Hi guys,
I am hoping you can help me out with a Call API action I can get to work. I recorded a video showing the problem here: Glide API Help
Summary:
- When I update the manager of a team, I want to update the row owner in another table
- I designed the json (see below) from the data as I’ve seen some of you do in your videos
- I am using the edit columns endpoint and I double checked the token, table id, etc.
- I have the button pointing at the correct custom action
- When I click the button to trigger the custom action, nothing happens. The rows are not updated.
I have been troubleshooting this for hours and just can get it to work. I can use a webhook and handle it with Make, but would prefer to just do it in Glide if possible.
{
"appID": "tKBjNWHeomPlmZxiTfUw",
"mutations": [
{
"kind": "set-columns-in-row",
"tableName": "native-table-pG5JqgSldExwP0nIxoQd",
"columnValues": {
"crUzO": "alma@example.com"
},
"rowID": "E7MlVxK1RAqBEyKWOacnLQ"
},
{
"kind": "set-columns-in-row",
"tableName": "native-table-pG5JqgSldExwP0nIxoQd",
"columnValues": {
"crUzO": "alma@example.com"
},
"rowID": "Qm.zhxQeSGut1vR0vugkcw"
},
{
"kind": "set-columns-in-row",
"tableName": "native-table-pG5JqgSldExwP0nIxoQd",
"columnValues": {
"crUzO": "alma@example.com"
},
"rowID": "DT3FL3MQSK2ogFMRYmzr1Q"
},
{
"kind": "set-columns-in-row",
"tableName": "native-table-pG5JqgSldExwP0nIxoQd",
"columnValues": {
"crUzO": "alma@example.com"
},
"rowID": "juGlmLc0Q9eS1cAXVUdIGQ"
},
{
"kind": "set-columns-in-row",
"tableName": "native-table-pG5JqgSldExwP0nIxoQd",
"columnValues": {
"crUzO": "alma@example.com"
},
"rowID": "LM8AUUi6QJedLXGlIsx54A"
},
{
"kind": "set-columns-in-row",
"tableName": "native-table-pG5JqgSldExwP0nIxoQd",
"columnValues": {
"crUzO": "alma@example.com"
},
"rowID": "r7azFyIlTp69Ad9mhXgQKA"
}
]
}