Behaviours not always running

Hello, I have a behaviour which is set to add data to a second table once an item has been saved to the first table. That isn't an issue. What is an issue is in testing it worked fine, but in the real world the behaviour is hit and miss if it run.

Now there is no condition set, so it is set to run if an item is saved (Added) to the first table so here is my theory:

When the item in table 1 is saved, the orange bubble shows 2 (it's got to save the items to table 1 and also items to table 2). If table 1 is edited before the items have finished syncing, would that affect the behaviour? This is possible if the sync'ing is particularly long, say 2 - 5 seconds?

Solved Solved
0 6 146
1 ACCEPTED SOLUTION


@Domearian wrote:

the behaviour is hit and miss if it run


Review the data source's logs (e.g., in Sheets, view a cell's edit history) to confirm whether the 2nd row is indeed never being added or, instead, being added but then overwritten. Knowing that can focus your troubleshooting. 

View solution in original post

6 REPLIES 6
Top Labels in this Space