When do actions count as updates?

Do relations, etc. (Glide’s action components) count as updates if they have been applied to my external data source?

I am using a Glide table for dynamic data. The external data source is unchanged. However, I’m using Glide calculations, relations and lookups to tie the dynamic data to the static data in my external data source.

Is that the problem?

Relations should not count as updates.

You can have a read on what counts and what doesn’t here.

1 Like