Hi how to convert a text value response to json format

Hi how to convert a text value response to json format
Hey @Try
You will have to manually create the json format. So lets say you have name in one variable, then address in another variable.
You can add another variable in that make a json structure of that like this:
{
"Name":"%Name%",
"Address":"%Add%"
}
Above are the name of the variables I have stored name and address.
This is how the flow looks like:
JSON Variable:
Final Output: