I have an external API call that is returning values. One of the values is a list of custom fields with their id, and value. I am trying to create this list in my database. My workflow,
-
Call the external API to create new contact (this is working)
-
Backed workflow to create new contact in database (this is working)
-
Schedule a backend workflow on a list of things. This is not working. The list of things selected is the Result of Step 1 - Custom Fields.
Here is the results of the API showing the list of custom fields results, this a part of larger result list.
Below is the API call to show what list to run on.
Here is the API to create the custom fields.
Any help would be appreciated.