I am trying to create a scenario that takes a list of URLs from a JSON and then attaches itself to a facebook post, automating our social media posts. After running it though a tool that sets variables, the output is empty. Wondering if anyone can help me see where I am going wrong so I can stop having a headache over it.
From your screenshot, it looks like the first parameter for the get( function is empty.
1. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
Please provide the output bundles of the modules [25] by running the scenario, then click the white speech bubble on the top-right of the module, save the contents as a text file, and upload it here into this discussion thread:
When you use the get() function, you’re supposed to specify an array. I see a semi-colon immediately after the get( so it looks like there’s no array specified, thus no result from nothing. I’m surprised Make isn’t notifying you that the parameter is missing, but after testing, indeed it doesn’t care that the parameter is missing.