I am interested in using Adalo to build an idea I have, but first a question about it’s capability.
I’m looking to build an app where a user can import a xls file (excel) to my service where I would then take that data and display it in a dashboard. I would need to be able to allow the user to import their xls file, read the data from their xls file, and then map to UI elements on the screen. Possibly perform some calculations as well.
Is this possible in Adalo?
One potential complication is the user generating these xls files could be doing so from multiple 3rd parties, meaning the XLS files could be in different formats. I would need to be able to have the user tell me what service they are using, and normalize that data before populating the UI.
This is something that would be best achieved through using the Adalo Internal API and connecting that through a 3rd party API integration service such as Zapier or Integromat.