However, the workflow rules did not copy the updated record to another table.
What could go wrong? Is there any sample app i can follow or any video tutorial which can help me solve this?
This is my JSON body template where i insert it in a google word that i created in “Body Template”.
{
“Action”: “Edit”,
“Properties”: {
“Locale”: “en-UK,
“Location”: “47.623098, -122.330184”,
“Timezone”: “Pacific Standard Time”,
“UserSettings”: {
“Option 1”: “value1”,
“Option 2”: “value2”
}
},
“Rows”: [
{
“Sewing Order Details ID”: “<<[Sewing Order Details ID]>>”
“SubCon": “<<[SubCon]>>”
However the webhook is still unable to run properly.
When i look at the Log of this workflow rule, it shows this error:
Error:
“Webhook HTTP post request failed with exception {“Message”:“REST API invoke request failed: Web API is not enabled for this application.”} The remote server returned an error: (403) Forbidden.”
I get the following error with my webhook while trying to make an api call:
“Errors”: “Error: Workflow rule ‘On Change in Asset Protection’ ‘Body’ template properties could not be obtained due to Illegal characters in path. → Filepath contains invalid path character: Filepath argument ‘{ “Action”: “Add”, “Properties”: { “Locale”: “en-US”, “Location”: “47.623098, -122.330184”, “Timezone”: “Pacific Standard Time”, “Rows”: { “Customer”: “<<[CustNbr]>>”, “Status”: “<<[Status]>>”, “Timestamp”: “<<[Now()]>>” } } }’ passed to method ‘IdMappingFileProvider.translatePath’ contains an invalid path character '”’, ‘0022’. Error: Workflow rule ‘On Change in Asset Protection’ ‘Body’ template could not be read due to FileMimeType ‘’ is unexpected…",
It looks like you may have entered the Body template value into the Body Template property. The Body template value should go into the Body property. The Body Template property should contain the file name of the Body Template file, if you have one.
I do not think so. To be sure, if it is not working in prototype mode for you, you can check with support@appsheet.com by giving details of your account and app. Good luck.