How to add multiple photos

I tried to make the same pattern from your example
https://www.appsheet.com/samples/How-to-add-multiple-photos-to-a-single-row?appGuidString=cad8926b-4...

But I don’t want to see the ref field (New)

0 1 135
1 REPLY 1

Which field do you mean?
3X_3_1_31525739c60c0a38ca0437c08247afc0a2a554d4.png

this one?

To hide any field, you need to adjust the “Show if” for it.

  • You can either toggle it on/off; or
  • You can use a formula to programmatically figure out when the field should be shown.

You can use CONTEXT("ViewType") to pull the type of view the user is using, and you can do things like:

  • CONTEXT("ViewType") <> "Form"

If you do, that field won’t show in the form, but you’ll see it everywhere else.

Top Labels in this Space