Hey guys,
how to insert the contents of an input field directly into a json structure, for example, {“data”: {“property”: Input field value 1 }}
Hey guys,
how to insert the contents of an input field directly into a json structure, for example, {“data”: {“property”: Input field value 1 }}
If that structure is the call itself is being passed as a formula, you would do the following:
{“data”: {“property”: appVars.stuff }}
Or
"{‘data’: {‘property’: " + appVars.stuff + “}}”
I have a video about this, what you are looking to do is around the 10:50 mark: Add Workflow Automation In Your Appgyver App (SAP Build Apps) With Make.com - YouTube