for some reason when i refresh the page my conditions just would not showing me unavailable for the user any one know why and here is pic
image when i click on that day
image when page is refreshed
workflow to creat a booking
conditional search if count is not 0 mean the user has booking on that day and should show unavailable on image 1
Various things could be going wrong here. You need to check a few things like whether data is really having what you think it is having?
Is “current user” logged in and same as what was last time?
You are comparing the “date” field with “=” operator. Are you sure you are assigning dates in rounded off way?
And so on.
Im sure the current user is the same and it should check if the Booking database have any bookings on that day and check if the user have booking
I think i know why is happening but have no idea how to fix it please check image
so the booking date is the same as the filtered date but soon as booking date = Groups date it cant find that booking anymore
Please also show what debugger shows as Group’s date.
funny thing is here is when i click on the group everything wokrs
but with out chaning anything just simple refrsh page it just stop function as it should
I have find out what is going on here since the DB won’t show seconds value i must ignor it, just need fix groups date as Var-day change hours 0 mins 0 seconds 0 and everthing funtion as it should
Yes, this is what I had mentioned to check in my post earlier.