As you can see there are duplicate time slots , in order to prevent it how can I prevent my user entering similar time ranges.
Here’s the editor for your reference:
Thankyou!
Here’s the editor for your reference:
Thankyou!
Never used the plug-in but :unique elements at the end of your RG’s expression might help.
Thanks:)
There are a few ways you can prevent this, I would recommend preventing this in the first place when the User adds their availability to prevent any future issues that the unique elements solution above could lead to. Here is one solution that uses a Notification and Conditions to recognize when there is overlap:
Thanks it helps