Question

LTIMindtree
LTIMindtree
US
LTIMindtree
Posted: Sep 25, 2019
Last activity: Feb 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***