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 355
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