Did this eventually resolve? I have seen this happen where there are not actually records in the queue but the message stays. If it's still not working you can press the run button manually and it will prompt to process the records in the queue.
Hi,Copy a sample of the JSON structure, choose the Parse JSON module in Fusion, click Add under Data Structure, click Generator and paste the JSON, and Save.Let me know if that works. You probably just need to save your data structure.Cristina
I would add an Iterator and then add a filter right before the update status to make sure that it's the last bundle of "total number of bundles" before you mark the status complete. Like this:
Is there a way to update Project permissions to give a User View access to a Project using Fusion? For example, I want to read a User ID and give that User access to View a specific Project. Thanks for the help.Cristina
What about a datastore at the very beginning of the scenario and then different routes for each "scenario" combined into one scenario? The routes could check the datastore for the particular date/time.
@CadAdmin Instead of deleting the tasks, could you use the Misc Action Apply Template and exclude the pertinent tasks? The other thing you can do is add a route at the very bottom that updates the status and if you need more breathing room, add a Sleep module after the delete Tasks, then add a separ...
I was making this way more complicated than it needed to be :). I thought you were referring to dynamically updating the custom form values for an existing custom form. I think the easiest way to accomplish what you are trying to do would be to export the Projects to Excel or a CSV, then update the ...