Hi all,
Hi all, I have a hard time to add data to a data table row with the new action "insert row into tada table".
Which format is needed to do that? My tries with a defined table of 4 colums were already:
- 1,2,3,4
- 1;2;3;4
- "1";"2";"3";"4"
- '1';'2';'3';'4'
- 1+2+3+4
- ['1'] + .........
Unfortunately the documentation is not clear in that point....
BR
Heiko