
Announcements
Hi all, im trying to create automated trigger that will detect the word “completed” when someone in the group mentioned completed.
The power automate workflow will trigger with the word “completed” and send a reply in the group stating “Userdisplayname has completed this project on datetime”
but this creates a loop trigger where because of the keyword “completed”
I tried to use the following trigger in settings to detect the tenantid but it doesn’t work
@not(equals(item()?['tenantId'], '5b973f99-77df-4beb-b27d-aa0c70b8482c'))
please advise.
Hi @Appleonwindows ,
Are you posting the message from Flowbot? Try this:
@not(equals(triggerOutputs()?['body/from/user/displayName'], 'Flowbot'))