yesterday
I am creating a Recipe Function in Workato.
In one of the steps I need to pass a JSON value into a field that expects a STRING.
The JSON should come from a function parameter.The issue is that I donโt know in advance what the keys of the JSON will be.
I want to create a dynamic parameter (object/map) that can accept key-value pairs without predefined fields.What is the correct way to define such a parameter in a Recipe Function, so I can pass an arbitrary JSON object and use it as a string in the recipe?