I have this error "1054 Unknown column '0' in 'field list'" when I try to save the multiplier data
My config:







Can you help me? Thanks.
My config:







Can you help me? Thanks.
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?
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?
Solved.
Just add the data override in save action:
usuario:{data:usuario}
devolucao:{data:devolucao}
Just add the data override in save action:
usuario:{data:usuario}
devolucao:{data:devolucao}
Always best to manually list the fields you want saved rather than rely on Auto-Manage Table or Auto Save.
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.