Hello all, can someone share a workflow or explain how can I compare 2 dates,
date_1 and current_date(today’s date).
Here date_1 is the date (in 15/03/2023 format) that I have captured using get text. Now I have to compare date_1 and current_date in such a way that the date_1(i.e captured date) should always be greater/ahead than current_date. If yes then perform some action, and if no then skip it.