1054 Unknown column '0' in 'field list' - Saving the multiplier data

cesarvelame 11 Mar, 2019
I have this error "1054 Unknown column '0' in 'field list'" when I try to save the multiplier data

My config:

1054 Unknown column '0' in 'field list' - Saving the multiplier data image 1
1054 Unknown column '0' in 'field list' - Saving the multiplier data image 2
1054 Unknown column '0' in 'field list' - Saving the multiplier data image 3
1054 Unknown column '0' in 'field list' - Saving the multiplier data image 4
1054 Unknown column '0' in 'field list' - Saving the multiplier data image 5
1054 Unknown column '0' in 'field list' - Saving the multiplier data image 6
1054 Unknown column '0' in 'field list' - Saving the multiplier data image 7

Can you help me? Thanks.
cesarvelame 11 Mar, 2019
I figured out the problem, but not the solution.

I have "repeater fields" and "not repeater" ones.

These "not repeater" are breaking the save.

How I can save "not repeater fields" outside the loop in same row?
cesarvelame 11 Mar, 2019
Answer
Solved.

Just add the data override in save action:

usuario:{data:usuario}
devolucao:{data:devolucao}
healyhatman 12 Mar, 2019
Always best to manually list the fields you want saved rather than rely on Auto-Manage Table or Auto Save.
healyhatman 12 Mar, 2019
Always best to manually list the fields you want saved rather than rely on Auto-Manage Table or Auto Save.
This topic is locked and no more replies can be posted.