Hi there,
I am having a bit of a hardtime trying to add multiple event date in a component. So far i can only add one date. I saw other apps having multiple component but i cant figure out how to do it. Can someone help me with this please? Basically i have a date column in my sheet for that component but it can only displays 1 date at the time. My app is a event booking app so i need to display multiple calendar dates. Can someone please help me out?
You don’t use a component in that case. In the Layout view change it from Details to one of the Lists. That will show you rows. When you select a row, then you will see the details and add, subtract, or move components around.
We would need more info from you to help. The single screen shot you shared is for adding/editing a single component so it is hard to see what you are trying to do. If you create a short movie of your app in action we may be able to help a bit more.
When you get on the page, please follow these steps :
The first tab at the bottom left of the page, that’s where i am having issue.
In that same first tab named “Discover”, when you click on the first image,
You will land on a new page with a map, a title, and a date.
That date is the one i am having issues with, i am trying to display more than one date.
So my app is a booking app for dance classes and the dance studios i have on the app have multiple events so i would like to add more than one date to make the user experience better.
What I would do is to first create a form button. You can set up the form button to write the event and date to a new sheet. Next i would create a reference to link the event to the events on the new sheet. Then below the form button, I would create an inline list that uses the new reference and change the style to calendar.
As Jeff said you need to create an inline list component but first have a reference link to tie the list to the parent. The parents in this case are the Studios that are listed on the Discover page. A separate sheet would hold the events with a link back to the parent. Take a look for tutorials on creating Relations.
You would use the form button to enter one date at a time into the new sheet, then use the inline list to display all of the dates that were entered for that event. In my screenshot above, the Add Billing Date button opens a form. In there I enter a From date and a To date and submit the form. Then my inline list updates with the newly created date range. Maybe I’m not understanding what you want, but from what I understand, it should work since you were trying to enter multiple dates in a single editable date component.