Skip to main content

Notifications

Community site session details

Community site session details

Session Id : 2xoManWgldIP10h5XjtNjc
Power Apps - Microsoft Dataverse
Unanswered

Automate this process of activating required tables in the Synapse Link

Like (0) ShareShare
ReportReport
Posted on 10 Jan 2025 10:18:25 by
Hello, I want automate process of activating required tables in the Synapse Link in power automate or in C#. Is there a property in the entity or a api to call to activate/deactivate table in synapse link ? Best regards,
  • ML-10011006-0 Profile Picture
    on 10 Jan 2025 at 14:58:35
    Automate this process of activating required tables in the Synapse Link
    Hi,
     
    Thanks for your response but this code enable table for synapse but not activate the synchronization in synaspe.
     
    Best regards,
  • Ram Prakash Profile Picture
    5,166 Super User 2025 Season 1 on 10 Jan 2025 at 14:21:11
    Automate this process of activating required tables in the Synapse Link
    Hi All,
     
    Please try to use below code to change Tracking to Enable Synapse 
     
    using Microsoft.Xrm.Sdk;
    using Microsoft.Xrm.Sdk.Messages;
    var update = new UpdateEntityRequest
    {
        Entity = new EntityMetadata
        {
            LogicalName = "ENTITY TABLE LGOIC NAME",
            ChangeTrackingEnabled = true
        }
    };
    service.Execute(update );
  • ML-10011006-0 Profile Picture
    on 10 Jan 2025 at 10:38:00
    Automate this process of activating required tables in the Synapse Link
    It's not a power automate question. It can be a app console/powershell answers. Just need to know if it's possible and what I need to do not how I need to do it
  • mmbr1606 Profile Picture
    12,352 Super User 2025 Season 1 on 10 Jan 2025 at 10:25:28
    Automate this process of activating required tables in the Synapse Link
    if you have specific power automate questions please post here:
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Microsoft Dataverse

#1
stampcoin Profile Picture

stampcoin 17

#2
mmbr1606 Profile Picture

mmbr1606 13 Super User 2025 Season 1

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics

Loading started