Hi yall
Anyone having issues with your SQL connections?
My app was working perfectly yesterday but today just stopped working, I have a button which collects data from a gallery then patch it into my SQL databases, this formula patches 2 SQL databases at once with the same info from my gallery, so as I said, yesterday my app was working perfectly but now my formula process just one fraction of the formula,
my formula goes something like this:
collect(SQLtable1,gallery,{items:items});
collect(SQLtable2,gallery,{items:items});
reset(combobox);
navigate(screen2)
it just runs the first collect and then the navigate formula, very weird, the other collect and reset are ignored completely, and it doesn't show any error, I've tried updating the gateway, redoing the formulas, and nothing changes
anyone know what's happening?

Report
All responses (
Answers (