Multi image upload forms in mobile

Hi all,
I have been away from Bubble for a while but the mobile announcement got me excited.

I would like to build an app where the users can fill in a form that allows multiple image upload.

In the traditional scenario I would have done as follows,
Have input fields (name, phone etc)
Have multiple image upload fields (I want to store images individually)
have a submit button that will trigger the workflow which creates the “thing”.

However, there isn’t a image upload input field available in mobile.
If I use a button with Open Camera workflow then I won’t be able to save those images into a “thing” since the thing hasn’t been created yet.

What would be the solution?
I thought I can have 2 step form where I can collect the name,phone etc and in the second step I use the Open Camera workflow and save the images in the recently created thing.

I am using a backend worfklow for this

Save the response of open camera (multiple images) into a state and display the state in a horizontal/vertical list

Then on button click run the schedule the backend workflow to create the images one by one

e.g

2 Likes

Thank you!
I will do this way.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.