Manju22
(Manjuladevi Manickam)
October 27, 2023, 11:32am
1
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.
MVKR7T
(Krishna Mummadi)
October 27, 2023, 11:53am
2
Try this
$[?(@.source.name == "source-name")]
Manju22
(Manjuladevi Manickam)
October 27, 2023, 1:14pm
3
Nope. It not using that filter. It works for different source name also.
MVKR7T
(Krishna Mummadi)
November 1, 2023, 10:27am
4
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")]
RAKGDS
(Rakesh Bhati)
November 1, 2023, 11:24am
5
$[?($.source.id == "2c918085804398d801806029e188253c")]
is working for me
1 Like
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.
system
(system)
Closed
February 11, 2024, 8:30pm
7
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.