I am using the Hubspot integration to update deal items. However, my edit screen is also changing other items inside Glide.
If I havent made an update to the field I want changed in Hubspot, will the action still use 1 update. If it does, is there a way to have an if then check or similar to only run the hubspot action if a change has been made?
It would be lovely if we can do something like that, but unfortunately must settle for workarounds here.
I think the easiest way is on entry to the edit screen, you set a JSON of all values from the entity you’re editing to a column in Users table. Then, after submitting the edit, you have a JavaScript column to check the “new” JSON and the “old” JSON to see if there are any changes. Must add some seconds to wait for the JavaScript function to run.