Allow import of raw JSON body for JSON Objects
Nicholas Wells
I am using custom actions quite frequently and I believe it would make it a much easier process if I could just import raw valid JSON to build the list of JSON objects in the body. This would also reduce time and help mitigate formatting errors. It would also help lower the level of entry for the platform.
Bonus points if you are able to have it take raw JSON + jinja templates as demonstrated below instead of it potentially complaining about formatting.
example: { "Key": "{{ CTX.Value }}" }
Log In
Chris Williamson
This is so important for things like cookies for generic HTTP request and any sort of bulk/batch action. Having to specify each action in a hard-coded manner really limits what is possible with these actions, and on occasion has resulted in me having to make some very janky and hacky workarounds in order to accomplish things.
A good example of a built-in action that has so much potential but is basically useless because you can't pass in an arbitrary list of objects would be the "Bulk Create Organizations" Rewst action.
How I would like to see this implemented would be a Jinjaburger next to the + icon on objects/lists of objects which allows you to just write the contents in Jinja. If there is already data added, maybe add a warning that this will overwrite any fields that have already been specified.
Mockups attached