Hey all, I have an issue where I am using make to submit information to an external CRM but in two passes.
The first form captures the email and creates a contact, which works fine.
The second form directly after that, searches for the contact using the email submitted first time, then updates that contact and updates a case associated.
This second form disables the scenario with an error of
- Missing value of required parameter ‘id’.
But then if I run the queue in the edit mode it flies through no problem?
I have no idea why it disables it but then if i process the queue manually it works. Any help from anyone would be massively appreciated.