This worked. Thank you!
Do you know how I can schedule multiple dates event and have it show?
Your first idea might be to store a list of dates in the Event data type but this would make it complicated to filter by date.
What I’d do:
- Create a new data type that links an event to a date called Event-date
- For each event you create one Event-Date containing the event and the date when it’ll happen
- In your RG you search by this Event-Date data type like we did earlier and display infos for the even linked
Does the field event holds the event name? Do you have a screenshot of how the structure should look?
You have the event where you store all the infos for the event (like the name). And then you have Event-Date where you store the different dates for that event. You link this data type to the first one, which lets you retrieve the infos you need.
The date only input one date and i need both start and end date. Also event link to the data tpe event is not linking the event name field.
This topic was automatically closed after 70 days. New replies are no longer allowed.