Thursday
Scenario is like -
Input array : [name, error: [code: "test", detail : "missing test"]]
So im currently querying like Input array.format_map('Name : %{name}, Error Detail : %{"what should be the query here to get detail field from error list in input array"}').
Solved! Go to Solution.
Friday - last edited Friday
I got the solution for the problem , we just need to extract both the field in array format then use format_map %s notation to fetch the value from nested array.
You can check out the documentation as well herehttps://docs.workato.com/en/formulas/array-list-formulas.html#format-map
Friday - last edited Friday
I got the solution for the problem , we just need to extract both the field in array format then use format_map %s notation to fetch the value from nested array.
You can check out the documentation as well herehttps://docs.workato.com/en/formulas/array-list-formulas.html#format-map
Friday
Glad to know that, @amaan please kindly specify the problem/ requirements clearly which help us to provide required solutions.
In your requirement it is not mentioned. But anyway, happy to hear that you received the solution.
Thanks