How to apply a conditional statement for Check or Uncheck?

How can I apply a conditional statement for Check or Uncheck? For example, if it’s today’s date, it should be checked, but if it’s not, it should be unchecked and skipped. Could you advise me on how to do this?

Hi @22222222asas ,
Add if condition in then part add click activity to check and in else part do nothing. Try this
Refer this screenshot
image
Add condition in if activity

Todays_date.Equals(DateTime.Now.ToString(“dd-MM-yyyy”))

and add activity for then part to check.
Sequence.xaml (8.7 KB)

@lakshmi.mp

Thank you for your response.
As you mentioned, I have set it up accordingly, but the circled section contains date variables stored in the DB, and it is stuck on 10/16. Could you please let me know how to make the row values continue in order like 10/16 → 10/17 → 10/18? I might have phrased my question incorrectly, so I am attaching a screenshot to show the DB

@22222222asas , what is the error you are getting.
10/16 → 10/17 → 10/18? => what are these? Dates?

@lakshmi.mp

Thank you for your response.
I need to organize my thoughts, and I will ask again after doing so.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.