Multi selection of date column

Hi,

I have created an app to get user information.

The data will be populated in Mysql data base. 

We have a column of type date, which currently just allow one date selection.

Is there any functionality in appsheet, that enable user to select multiple dates(arbitary dates) in form view on a same request and then this request inserted into MySQL data base as seperate rows which has all the field the same except the date.appsheet.PNG

0 5 944
5 REPLIES 5

Steve
Platinum 5
Platinum 5

There is no built-in functionality to do what you want.

Thanks for your prompt respond

 

Is there ant way I can implement it?

I can imagine a few possible approaches. My suggestion would be to make a column of type EnumList with a base type of Date. Expose this column in the form to allow the user to choose multiple dates. Use a Form Saved event action for the form view to add rows to accommodate each of the dates in the EnumList. Move one date of the EnumList into each of the new rows.

FAQ: add row per value in EnumList - Google Cloud Community

 

Thanks very much, really appriciate it