In the Workflow 11 HTTP Form Post activity there is no option to define a boundary or enter any JSON. Instead you get a window that looks like this asking for each field in the function.
But given the JSON example, where do I find the field name for this field which would be the file.
For something like this
I assume the field name is "template" and the value is "Email".
But for something like this
we have a hierarchy, which JSON allows for. How do I do this in the visual low-code window asking for a field and value?
*Note - I tried to use a simple post activity so I could just enter JSON and a boundary but it does not allow me to select formdata as a content type like I can in the Cloud web rules. I assume you MUST use this fully visual activity if you want to post form data.