TopCal Time Slot Overlapping issue


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!

Never used the plug-in but :unique elements at the end of your RG’s expression might help.

1 Like

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:

1 Like

Thanks it helps