Skip to main content
markkennethn0001
April 16, 2025
Solved

Service Backed Record Type: How to sync new record added from my source

  • April 16, 2025
  • 2 replies
  • 0 views

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 option



The 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.

    Best answer by mathieud0001

    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.

    2 replies

    mathieud0001
    April 16, 2025

    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.

    April 17, 2025

    Hi [mention:19a447673c2a4751912d064e3ac0c78f:e9ed411860ed4f2ba0265705b8793d05] 

    refer to : Generate Web API to sync records