Hi all,
I have a flow that is supposed to be triggered when certain fields get modified but I'm running into an issue. The flow triggers when Text, Number, URL, and other basic fields get changed, but it won't trigger when a lookup field is changed. For example, this is a custom entity that has an Account field on it (one account to many custom records). I want the flow to fire when someone changes the Account on the form/record. I tried using the standard schema name, in my case new_manufacturername and this doesn't work. I also tried using _new_manufacturername_value but that gives me a trigger error and doesn't work. How do you trigger a flow when a lookup field is changed? I don't want the flow to trigger for ANY change. I have different flows for specific fields and need to specify the columns to monitor/watch.
Thanks in advance,