Issues with Dynamic Tokens in Apify Enrichment JSON Input
I can't properly use dynamic tokens in Apify enrichment in this table. The problem is originated at the end of the "Input Data" field, in the "site" key-value pair. When I hardcode a url as value (using quotes), integration works, and triggers the actor. When I try to insert a url dynamically from my table (without quotes), it fails to run with the usual: { "error": { "type": "invalid-input", "message": "Cannot parse input JSON body: Bad control character in string literal in JSON at position 300 (line 11 column 26)" } } I am aware that the key should be in quotes, but not the value. I have tried to input [/website] (cf screenshot), {{##website}}, but can't find the right format. Can you help?