Workflow failing to write data to Flowlu
Status: Closed · Asked by John Mattox on · 0 views
I have a workflow:
- trigger is webhook - working
- search for existing opportunity in flowlu - working
- conditionally either
- - not found make opportunity (no error just does not work)
- - if found update opportunity stage - not working. (Getting error: validation - please fill in all required fields - name cannot be empty)(it is not entirely clear what name this is referring to, the opportunity name has mapped data from the incoming webhook, see picture)
please help! I was having similar success and issues dealing directly with the api. Am hoping Pabbly makes this easier
Attachments

The update path says success but it fails to update opportunity in any way. It should update the stage and add data to fields. It does neither
Hey @John Mattox !
As checking upon your workflow, we can see that in the "Stage ID" field, you have mapped a random value instead of mapping the "Stage ID"-

Kindly map in the "Stage ID".
Also, just for a workaround on this concern, you can use a "Lookup Table" feature of Pabbly Connect to enter that value of the "Stage ID" which is required on a particular value.
You can check on this below image as what has been done for reference-

Kindly check on this workaround and let us know if it works for you now.