Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.

Formula in Display section not working

I'm having trouble identifying in the Display section of a Form if the form is in edit mode...

I use the expression I found:
IN([_RowNumber], table-name[_RowNumber])

It keeps giving me the problem that it doesn't find [RowNumber], what can I do?

Unable to find column '_RowNumber'

0 1 69
  • UX
1 REPLY 1

Try to use ISBLANK([_RowNumber]) or ISNOTBLANK([_RowNumber])

perhaps because of the use of IN in this field which is not an ENUM

Top Labels in this Space