
Hi,
Is it possible to set the trigger condition for the Dataverse trigger "When a new row is added, modified or deleted" based on the lookup fields of a Lookup column in Dataverse?
My understanding is that you can use the GUID of the Lookup to assign a trigger condition. Despite the upside of the GUID being immutable, I find that there are a couple of downsides (for me personally) including:
If it isn't possible, I may have to include an additional column in the table where the Lookup column resides that serves as a unique identifier back to the lookup table. This could be a simple ID column for example. I'm not a fan of this solution however, as it requires maintaining two columns that map back to the same table.
Any ideas would be appreciated - thank you!