Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Question on IFTTT integration for sending email

AMIT GULATI
Contributor
June 6, 2025

Hi,

I have written two IFTTT integration rules on modification of a record. The condition is as follows:

1.

hasChanged(RequestStatus):true AND (RequestStatus:40 OR RequestStatus:50) and DataBricksEnvironment:20

2. 

hasChanged(RequestStatus):true AND (RequestStatus:40 OR RequestStatus:50) and DataBricksEnvironment:10

 

However, the first one is getting triggered even though DataBricksEnvironment is 10. Am i not writing the logic correctly?

1 answer

0 votes
Alex Medved _ConfiForms_
Community Champion
June 6, 2025

Try rewriting your filtering expressions this way (important to follow case sensitivity as well)

(hasChanged(RequestStatus):true AND DataBricksEnvironment:20) AND (RequestStatus:40 OR RequestStatus:50)

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events