N
Novu4mo ago
prabhu pp

How use dynamic date value as condition value

How can I implement a condition to filter data based on the 'installed_on' field, specifically targeting records that were installed one day prior to the current date? The 'installed_on' field is within the 'data' field. What steps should I take to accomplish this?
No description
3 Replies
Gali Baum
Gali Baum4mo ago
@prabhu pp you could use a dynamic variable from your payload.
No description
Gali Baum
Gali Baum4mo ago
and then send that claculated date with your trigger
Pawan Jain
Pawan Jain4mo ago
@prabhu pp Let us know if you face any issue with the solution suggested by Gali