
Announcements
We have problems with the dataverse Trigger When a row is added, modified or deleted.
When we add a lookup column as Select Column the process does not start even if we change its value.
For this we already use the column schemes that it offers us: the value, the @ Microsoft.Dynamics.CRM.lookuplogicalname and the type.
Column example:
_new_lookupfield_value, _new_lookupfield_type, _lookupfield_value@Microsoft.Dynamics.CRM.lookuplogicalname
Did anyone have this problem?
@DB_OK -
First, I would try using the true schema name from CE/Dataverse:
I was able to get this trigger to work.
Next I would check the change type on your trigger.
The select row filters don't work with the change type set to 'Added or Modified'. Only a change type of 'Modified' trigger configuration supports select columns:
My guess as to why is that the trigger can't determine if only that field was updated on create of the record.
Did my reply help? Please give it a thumbs up.
Did my reply answer your question? Please mark it as a solution!
If you liked my response, please consider giving it a thumbs up.