So the issue is rather simple and I can’t find a way around it. I have a pictureuploader in my app. User has to add details and image to the form. Now Its not possible that he’d always have a pic to upload, so I need a default value for image to be put in database. I have already added a default value to the database
Now I am only trying to add the image if the user has already uploaded one with adding a condition.
If the user doesn’t upload the image, the picture uploader sends it as empty. Now I need to know either how to add the default image to the picture uploader (it shows on the screen but sends an empty value) or how to add images to a filed directly from the workflow.