Returning a grid from an orchestration, how to add additional field to the output?
Hi,
I have an Orchestration that returns a few fields from a grid after an update. Unfortunately, the grid does not have a description for one of the fields, just an address number. Is there anyway I through Orchestrator (without modifying the application itself) that I can inject the description into the output? I've been trying to look at the manipulate output but not finding many examples.
Essentially, I would need to loop over each grid row returned and then do a quick lookup for the description based on the value in the grid. Possible?