Hi,
I am creating an app where I want to see in a gallery the information that was submitted (See Pic 1), but when I select the icon in yellow (See pic 2), my form is empty (See pic 3)
Initial Form - Pic 1:

Gallery - Pic 2:

This is my formula in the icon:
Set(varRecord,ThisItem); ResetForm(formUserData); EditForm(formUserData); Navigate('Form Screen')
Empty Form - Pic 3:
