Replies: 0
I want to create a wordpress user based on the order form data. The sample data sends more than 200 fields with sample data as in the image below:
However, when I try to add the collected data from the webhook, I only have the following options in the dropdown:
The incoming webhook data is not being processed correctly in the recipe. I cannot change the structure of the webhook data, but I need to manipulate or map it properly in the recipe to ensure the desired actions are performed.
- I have verified that the webhook is triggering the recipe correctly, but the data received does not seem to trigger the actions as expected.
- I have attempted to use variables in the Uncanny Automator recipe, but the data is either missing or incorrectly mapped.
- I have checked for any conditional logic or filtering issues within the recipe, but I am unsure how to correctly handle the incoming webhook data.