Thank you!
Could you please help me?
How can I make such post request (using input field) in API Action:
{
“fields”: {
“Name”: {
“stringValue”: “Pancakes”
},
“Description”: {
“stringValue”: “Enjoy our great pancakes”
}
}
}
Thank you!
Could you please help me?
How can I make such post request (using input field) in API Action:
{
“fields”: {
“Name”: {
“stringValue”: “Pancakes”
},
“Description”: {
“stringValue”: “Enjoy our great pancakes”
}
}
}
Take a look at this. Might help: Send nested JSON with server-side API
Thank you!