Hello,
As there is no possibility to add an OR rule directly into the event filter of the Watch Events module, I was wondering, if it is possible to do it in the value field directly using the operators under General functions.
Unfortunately I was not successful until now.
My goal is the following:
I want to create a scenario triggered by the modification of an isssue to a specific status.
The filter looks like this:
AND QueueTopicID EQUAL {{"queueTopicID1" | "queueTopicID2" | "queueTopicID3"}}
But this does not work unfortunately...
Thanks in advance.
Regards
Lars
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @lgaertner,
I suggest you try || vs | for OR:
AND QueueTopicID EQUAL {{"queueTopicID1" || "queueTopicID2" || "queueTopicID3"}}
Regards,
Doug
Views
Replies
Total Likes
Hello Doug,
thank you for your answer. Unfortunately I made a mistake in my thread:
I originally set it up according to the screenshot and
AND QueueTopicID EQUAL {{"queueTopicID1" | "queueTopicID2" | "queueTopicID3"}}
is what Fusion made of it internally and what I see, when checking the webhook settings again.
I also created a webhook using your syntax
queueTopicID1 || queueTopicID2 || queueTopicID3
instead of
queueTopicID1 or queueTopicID2 or queueTopicID3
or
queueTopicID1 | queueTopicID2 | queueTopicID3
but this does not work as well...
So I fear that I need to filter in the next step... Although corresponding to the Event Subscription API it should be possible to use an OR operator (https://experienceleague.adobe.com/docs/workfront/using/adobe-workfront-api/event-subscriptions/even...).
I will contact the Fusion support concerning that...
Regards
Lars
It is possible to create a webhook with OR filters doing it with the raw API, but Fusion's webhook creator hasn't been updated for that new functionality, as far as I know.
Hi Lars,
Catching up on this one, did you manage to find a decent solution?
I'm about to create one listener per OR statement then link all to a scenario containing the logic but honestly....
I tried to do a PUT on the subscrition through the event sub API but PUT not supported : /
@ChrisStephens any chance this could be implemented?
Best Regards
Nicolas
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies