Uploading and presenting CSV as a table

Urgent problem… Is it possible to have people upload a CSV file (with fixed headings), and I can take certain actions based on the content inside each column?

“is it possible to have people upload a CSV file?”

Yes, it is. Use a file uploader and then use the ‘upload data as CSV’ action. The headers would need to exactly match the fields you have set up in Bubble.

“can I take certain actions based on the content inside each column?”

We would probably need a bit more info there, but it’s most likely a yes. For example: I have users upload data as a CSV, create new data things from the data in those columns, and then for example use the “schedule workflow on a list” function to perform API actions on the uploaded data.

If you’d post a bit more info on the actions you need to be taken I’m sure we can help you out.