Hello! I have an app that I created where based on the employee number it finds an image on a form. Because of the limitations of powerapps, the SP list has a field called "Photo" set as Image, this way Powerapps can display the photo on the phone. The problem is, the image can't be submitted this way, the field remains empty after the form is submitted. The image is displayed on the form, but not submitted. Is there a way around this?

I thought about creating two image columns on the SP list, one set as hyperlink to submit with the form and create a calculated column where the image is displayed based on the link column, to show it on the app, but I don't know how to do this either.
Thank you in advance!