Hi for everyone!
I remember, one call with set of mutations must generate 1 update. But actually, my app receives several. Does is bug or i misunderstood something?
This is screens of an app state before Glide API call and after.
Difference only in row count 6203 before and 6211 after and Glide API updates before 937 after is 945 but actually there one api call from Make.com by http module with this payload(just 8 mutations add row)
{
"appID": "ev5jhTnqO4PURZaf5uLP",
"mutations": [ {
"kind": "add-row-to-table",
"tableName": "native-table-75uuf7qRMTrEs5JBF5GO",
"columnValues": {
"3PdhG": "hX3OXl2RQPGp4i51r4HunA",
"aTKf5": "АВОСЬКА",
"9El0j": "2024-03-15T23:30:07.278Z",
"LSPML": "20240316",
"rfygs": "16.03.2024",
"DMp9n": "income",
"GnaQg": "outcome"
}
}, {
"kind": "add-row-to-table",
"tableName": "native-table-75uuf7qRMTrEs5JBF5GO",
"columnValues": {
"3PdhG": "GbmHX3niQtW.f4A8tBAuxg",
"aTKf5": "Авокадо",
"9El0j": "2024-03-15T23:30:07.282Z",
"LSPML": "20240316",
"rfygs": "16.03.2024",
"DMp9n": "income",
"GnaQg": "outcome"
}
}, {
"kind": "add-row-to-table",
"tableName": "native-table-75uuf7qRMTrEs5JBF5GO",
"columnValues": {
"3PdhG": "cVtubUoVTlW.5T8j90hICA",
"aTKf5": "КИРОВСКИЙ",
"9El0j": "2024-03-15T23:30:07.284Z",
"LSPML": "20240316",
"rfygs": "16.03.2024",
"DMp9n": "income",
"GnaQg": "outcome"
}
}, {
"kind": "add-row-to-table",
"tableName": "native-table-75uuf7qRMTrEs5JBF5GO",
"columnValues": {
"3PdhG": "hYrSFIdTQi6sk40NEOFAdw",
"aTKf5": "Новый Мелитополь",
"9El0j": "2024-03-15T23:30:07.286Z",
"LSPML": "20240316",
"rfygs": "16.03.2024",
"DMp9n": "income",
"GnaQg": "outcome"
}
}, {
"kind": "add-row-to-table",
"tableName": "native-table-75uuf7qRMTrEs5JBF5GO",
"columnValues": {
"3PdhG": "7hKeSnc2T-mkKwzsg4xvnA",
"aTKf5": "РИЖСКИЙ",
"9El0j": "2024-03-15T23:30:07.289Z",
"LSPML": "20240316",
"rfygs": "16.03.2024",
"DMp9n": "income",
"GnaQg": "outcome"
}
}, {
"kind": "add-row-to-table",
"tableName": "native-table-75uuf7qRMTrEs5JBF5GO",
"columnValues": {
"3PdhG": "wcmgpkYCQDKZAlmuYm4Wtw",
"aTKf5": "Феникс",
"9El0j": "2024-03-15T23:30:07.291Z",
"LSPML": "20240316",
"rfygs": "16.03.2024",
"DMp9n": "income",
"GnaQg": "outcome"
}
}, {
"kind": "add-row-to-table",
"tableName": "native-table-75uuf7qRMTrEs5JBF5GO",
"columnValues": {
"3PdhG": "uGsd1UmzSlCkhUiVV9mcrA",
"aTKf5": "ЧЕРНЫЙ",
"9El0j": "2024-03-15T23:30:07.292Z",
"LSPML": "20240316",
"rfygs": "16.03.2024",
"DMp9n": "income",
"GnaQg": "outcome"
}
},
{
"kind": "add-row-to-table",
"tableName": "native-table-Hdmbh98bZcN3sHeVi4bR",
"columnValues": {
"ThuaU": "20240316",
"iruU7": "2024-03-15T23:30:07.298Z"
}
}]
}
Big thanks for assists.