Search code examples
pluginsdynamics-crmpowerappsdataverse

Powerapps: Dataverse plugin C# to check if column has been update


I would like to create a Powerapps C# plugin to check if the Dataverse table column "expired" has been updated then make a modification to another table based if it's expired.

Need help with writing the initial check if the column "expired" was modified or added?


Solution

  • You sure you don't want Power Automate?

    Dataverse trigger

    When you create a flow that triggers on update, it can check which column gets updated, and only if the rowfilter criteria is met, your flow continues to change other fields for example.

    Maybe something to look into?