We have custom metadata that lists several Account fields (as an example). One of the fields in the metadata is the API name of the Account field. In a triggered flow, can I loop through this list and somehow find out if one of the fields in the list has changed on the Account record? And then pull the values from the Account record for the listed fields? I am having difficulty figuring out how I would do this...any help is appreciated.
3 respuestas
If you need it to be metadata-driven, you’ll have to use Apex (trigger or Invocable method).