I have already the items as line items in one step of my subzap, problem is I cannot select the full set of line items in by last step return to a sub zap, i am only allowed to select one value out of the line items of my previous step….
@FabienK
Can you post screenshots with how your Sub-Zap steps are configure for us to have more context?
Can you outline a specific example as well for us to trace the data flow and available data points?
@FabienK
Can you post screenshots with how your Sub-Zap steps are configure for us to have more context?
Can you outline a specific example as well for us to trace the data flow and available data points?
First screenshot with data that I want to return from the sub zap:
object legalEntity with 3 properties within
array emergencyContacts (only one item here but there could be several)
In the return From a Sub-Zap I can only return atomic properties, not an object neither an array:
Could not screenshot the popup window with property to select here
This post has been edited by a moderator to remove sensitive information. Please remember to obfuscate any personally identifiable information prior to posting as this is a public forum.
@FabienK
Thanks for the sharing the screenshots.
You should be able to return each individual data point.
For example, this would be available as 3 different variables to map.
@FabienK
Thanks for the sharing the screenshots.
You should be able to return each individual data point.
For example, this would be available as 3 different variables to map.
Yes, I figured that already. Question was more about returning the object itself as it saves number of variables.
What about arrays though ?
I guess it is probably a new feature to add, which I believed should be pretty straightforward to implement as individual steps allows already to return both objects and arrays...
@FabienK
Objects are converted to individual variables.
Arrays can be returned.
@FabienK
Objects are converted to individual variables.
Arrays can be returned.
How to do so ?
@FabienK
Emergency Contacts (EC) are an array. (e.g. 1 as shown in the screenshot below)
Each EC object data point can be returned separately. (e.g. EC Type, EC Name, etc.)
If there are multiple EC items in the array, then the returned variable will be an array.
For example, say there are 2 EC and you want to return the EC Email data point.
You’d map EC Email and it would look something like “e1@test.com, e2@test.com”
This post has been edited by a moderator to remove sensitive information. Please remember to obfuscate any personally identifiable information prior to posting as this is a public forum.