Add multiple rows

How can I add multiple rows at once to one table?
for example
Need to fill

#
1 Event
2 Day of the week
3 Date
4 Time
5 Event
6 Day of the week
7 Date
8 Time

Then I save and my columns are filled twice in the table


# a b c d
Event Day of the week Date Time
1 Workout Monday 21,09,2020 12:00
2 Workout Tuesday 22,09,2020 11:00
Solved Solved
0 3 349
1 ACCEPTED SOLUTION

View solution in original post

3 REPLIES 3

Steve
Platinum 4
Platinum 4

Youโ€™d need another table that includes two rowโ€™s worth of columns, then distribute the values from that one row to rows of the other tables.

You should reconsider the design of your app.

How can I distribute the values โ€‹โ€‹from this row across rows of other tables?

Top Labels in this Space