Adding row by using webhook JSON

Dear friends,
I had an automation before which was adding row from table2 to table1. My friend was created a webhook and i lost it now. I don't have idea how to create it again.
The body of this automation (workflow) is:
{
"Action": "Add",
"Properties": {
"Locale": "en-US",
"Location": "47.623098, -122.330184",
"Timezone": "Pacific Standard Time"
},
"Rows": [
<<Start: SELECT(FSCHEDULE[ID],[Day]=WEEKDAY(TODAY()))>>
{
"ID": "<<UNIQUEID()>>",
"ROUTE": "<<IFS([ROUTE]="S","SINGLE",[ROUTE]="M","MULTIPLE")>>",
"Date": "<<TODAY()>>",
"ETD": "<<[ETD]>>",
"Flt no": "<<[Flt no]>>",
"Station": "<<[Station]>>",
"AC type": ""
},
<<End>>
]
}

Table2 name is FSCHEDULE
Name of the Table1 is FOps

Could help me to create again webhook for this action?

The error message i am getting is
'FOPS DATA TRANSFER' task 'FOPS DATA TRANSFER_Action 1' The web hook 'Url' for FOPS DATA TRANSFER_Action 1' is missing

Thanks in advance.

0 3 143
3 REPLIES 3
Top Labels in this Space