Question
5
Replies
774
Views

Infosys Ltd
IN
Posted: September 25, 2019
Last activity: February 17, 2021
Last activity: 17 Feb 2021 10:20 EST
Closed
Solved
Convert Property into JSON payload
I have a requirement to take two properties as parameter in a standalone activity. Then convert that into a JSON payload.
Example:
Input: First Name, Last Name
Output:
{
"First Name": "abc",
"Last Name": "def"
}
Please Help
***Moderator Edit-Vidyaranjan: Updated Platform Capability***