I have an integration services which gets data from an endpoint. I am using this integration to create a record type using record source expression. Then I have another 2 integrations which can add or edit the data.
can we sync the data every time after using the edit or add integrations
Discussion posts and replies are publicly visible
There are 2 options which you can use according to your design
You can use the Synced Record SS in a process to sync the required records.
The Sync Records smart service is available as an expression function that can be executed inside a saveInto on a Interface Component or as part of a web API.
Thanks it is working now and can we also delete a row through an integration and sync the record data?
vijayp6380 Yes we can ..