Hi Team,
I'm trying to perform the leave management task. When I'm selected the date in block it will added to the list.
when I removed the date in the list, the date is not refreshed. Please find the solution.
I have attached the oml and screenshot for your reference.
URL: DatePickerHome (personal-kjk4kl2z.outsystemscloud.com)
In the below screenshot, After I removed the "date 5" its still marked as stroked. It should be unmarked one.
Hi
Please find the attached oml
Thanks and Regards
Ridhima Shewani
I have assigned the DataTimeList property to MainDateTimeList local variable.
Thank you so much Ridhima.
Hey,
That's happening because you're not sending any information to your block when you remove the date from the list. You have multiple inputs in your block, but none of them filled in
You should use them, so it refreshes on parameters changed.
Hope this helps!
Thank you Laura.