This is my first time trying to have one workflow dynamically schedule another and I must be doing something wrong.
What I want to happen: On our main customer workflow, it is triggered by the specialist changing the Stage status. When they change to a specific stage, an email is triggered to the customer via our SendGrid integration and pulls info from that line of our intake sheet to customize the email. After that email is fired, I also want Bridge to schedule a Customer Pulse Check workflow I have built to send an email from our leadership team 10 days later that checks on how the customer is feeling so far.
I seem to have built the scheduling dynamic correctly because I can see the workflow getting scheduled in the triggers, but I must not be passing the correct information into the Pulse Check Workflow because it errors every time.
I have it doing a Get Row with the row_ID state value I created in the first workflow, but maybe this is not the right thing to do?
Here's the error:
Can anyone give me a hint of what I am doing wrong?