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?
3 Replies
@prabhu pp you could use a dynamic variable from your payload.
and then send that claculated date with your trigger
@prabhu pp
Let us know if you face any issue with the solution suggested by Gali