Return / share a map-like object from a custom action
I have a custom action that creates a map-like object (as in {'a': 'Alpha', 'b': 'Bravo', 'c': 'Charlie', ...}) with a variable number of elements, which I would like to store in a flow variable and share to subsequent steps. When I try to return the...