Hi,
I use a Container Input (JSON) node to set the parameters for a POST request.
The JSON looks like this:
Now I want to let the user input the “from” and “to” value by Date & Time Input:

How can I manage this?
BR, Thomas
Hi,
I use a Container Input (JSON) node to set the parameters for a POST request.
The JSON looks like this:
BR, Thomas
Hi there!
You can’t use flow variables like that in Container Input (JSON) node. Workaround could be to change JSON to Table format, replace values “from” and “to” with created flow variables from Date&Time Input nodes and then using Table to JSON node get your desired format with proper values for POST request.
Br,
Ivan
Hi Ivan,
Could you give me a hint how to handle the json array within a table?
Br,
Thomas
Hi there Thomas,
Can you elaborate a bit more? Not sure what do you mean…
Br,
Ivan
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.