Hi,
I have an ordering app with 20 variants that I’m fitting inn one cell. It was sending all the 20 items when I was testing it yesterday but today when I send an order it only sends the first 5 items.
Is that a problem on how many items Adalo can handle inside one cell or is this likely a problem on my end?
The strange thing is that is was working yesterday.
thanks Mario, afaik that is to export as CSV whereas I need to send text in simple text format to an API and don’t trust Adalo (based on testing experience where not all data arrived all the time) to send all 20 variants I entered there.
For now, I’ll split the input into a few columns so that there’s a higher chance it all goes through. But it’d be great if you know of a better way to store 20 variants and send them to an API (without having to parse a CSV).