I have created a service backed record type where my source is a sharepoint list.
The record type is sync enabled.
New record is added or updated frequently in a day so a daily sync is not enough.
The client wants to have an option to trigger the sync manually via a click of a button.
So far i have configure sync optionI have also created a process model which the button will callThe problem is only the existing record in my record type gets sync for updates made in sharepoint list but the new item i created in sharepoint is not sync in my record type.
Discussion posts and replies are publicly visible
You can't trigger a full sync. Technically speaking, you would need to generate an API and have something on the SP side (Power Automate) call it whenever a list item is added.