I turned it on and it only updates with the “title” value.
When I get to the test portion of the pipefy trigger I can see the values that I need
But when I get to the Action portion where it asks me to insert the data the data that I need is not available..
I have tried every option as input, none of them have the isolated values for Email, Name, or Salary. Some contain every field value in a list but that is no good to me.
@jorden.monroe
It looks like Pipefy is returning all the data points for the record as an array of objects.
Advanced data handling is need to match the Name to the Value so you can then map the desired data point individually.