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.