Hi community
I have a dictionary (of String,Object) I use as part of an excel output for each transaction. Lets call the variable “Dict1”
I am looking to output Dict1 and its values as the output within “SetTransactionStatus” rather than listing each individual item. I was aiming to make the output values dynamic based upon the Keys within the Dict.
I was hoping to just change the Type to a dictionary and then simply pass Dict1 but it doesn’t seem possible. Seems to be reliant on a string as the Key.
Can anyone suggest alternatives?
Exception:
Studio and Orchestrator version: 2023.10
Any advice is appreciated.
Cheers
Steve