web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Automate this process ...
Power Apps
Unanswered

Automate this process of activating required tables in the Synapse Link

(0) ShareShare
ReportReport
Posted on 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,
Screenshot 2025-01-10 154825.png
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at
    if you have specific power automate questions please post here:
     
  • ML-10011006-0 Profile Picture
    on at
    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
  • Ram Prakash Duraisamy Profile Picture
    5,891 Super User 2026 Season 1 on at
    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 at
    Hi,
     
    Thanks for your response but this code enable table for synapse but not activate the synchronization in synaspe.
     
    Best regards,

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 409 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 252 Most Valuable Professional

Last 30 days Overall leaderboard