Highlevel Custom Value API > Workflow Error
Status: Closed · Asked by Joel Keddie on · 0 views
Can somebody from Pabbly please look at this workflow: https://connect.pabbly.com/workflow/mapping/IjIzNjU0MyI_3D
I am getting errors on the API steps where I am trying to pull custom value from Highlevel and then update the custom values. It works when I send test request from the step but when the workflow is fired, it errors each time.
See recent task execution with task ID: IjEyNDM3MjM0OSI_3D
Thank you
Hey @Joel K
We looked into your workflow and it seems like the action event is getting processed in a fraction of seconds due to which the "API" action event might not be getting the API key of GHLs in that time, so we should recommend you to use the "Delay" action step in your workflow before the API action step.

So that the "API" action event can get the API key and get the custom values that you are seeking. Kindly do this at your end and let us know if that works for you.

Thank you for looking at this!
I added a delay step and tested again and it worked. Thank you!