I have a "BikeBook" list where users can book bikes. When a new item is created, I want to check the values of BikeName
, BookingDate
, and BookingStartTime
. If another item is created with the same BikeName
, BookingDate
, and BookingStartTime
, the item should not be created, and an error message should be displayed. I want to prevent double booking for the same bike, on the same date, and at the same time. How can I achieve this using Power Automate?