I need help with "BuildShip Trigger & Execute Workflow Nodes" - (Not working)
I am trying to use the BuildShip Trigger & Execute Workflow Nodes to create and update Firestore documents, but they're not responsive for some reason.
I keep getting the error message:
{
"success": false,
"error": {
"name": "SyntaxError"
}
}
I have read through your documentation over and over again, but I still can't identify where the problem is coming from. Could someone please take a look at my workflow screenshots to see what the problem is? @Shams @Bhavya @Gaurav Chadha @martiserra @Stu @Sandrina @vaibhav @Deepanshu @DanS
I keep getting the error message:
{
"success": false,
"error": {
"name": "SyntaxError"
}
}
I have read through your documentation over and over again, but I still can't identify where the problem is coming from. Could someone please take a look at my workflow screenshots to see what the problem is? @Shams @Bhavya @Gaurav Chadha @martiserra @Stu @Sandrina @vaibhav @Deepanshu @DanS








Solution
One quick thing to check... you must ship the workflow you're trying to trigger (the one with the BuildShip Trigger) before you test it out with the Execute Workflow node.

