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 133
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