Native Change Account Updated

What should be filter used to trigger the “Native Change Account Updated” workflow?

$[?($.source.id == “2c918085804398d801806029e188253c”)]

$[?($.source.name == “abc”)]

$[?($.identity.name == “xzy”)]

I checked with source.id, source.name and also with identity. It not considering the filter.

Try this

$[?(@.source.name == "source-name")]

Nope. It not using that filter. It works for different source name also.

It is the working filter we are using currently. Not sure your requirement exactly, but you can try with id as well.

$[?(@.source.id == "6drteu9seufh389e3")]

$[?($.source.id == "2c918085804398d801806029e188253c")] is working for me

Those filters should all be valid…

How are you testing this filter? At this time, Workflows will not honor the trigger filter when using the “Test Workflow” feature. Trigger filters will only be honored when the workflow is enabled and receiving live events.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.