Hello bubblers,
I’ve been trying to create an event scheduling app and am currently working on having a text that displays the Event created by the users name. When searching for the event I wish to look for events matching a certain Date/Time based on the Date/Time the user scheduled for that event and the current week, but anytime I try to search for the event with a Date/Time constraint, nothing shows up. If I search for it without a Date/Time constraint and just look for a random event created by the user, then an event shows up, but it isn’t the correct one for the listed day. I’m thinking that the app is searching for the correct date, but the time doesn’t match up so nothing ends up being shown (Or at least that is my best guess at what the issue is).
How would I make it so the search only focuses on the date and encompasses all possible times for that date?
Below is what the text’s dynamic data looks like. I am using a ‘dayoftheweek’ plugin in order to find what day of the week’s data should be displayed, based on what week the user has displayed.
Here is what the page looks like in the design tab vs the preview tab.
Design:
Preview:
Any help or advice on this would be greatly appreciated and if needed more information can be provided.