Show input form if table view is empty

Hello,
is there a way to automatically open the “add screen” if the table view is empty?
I think this would make my user experience way smoother.

Really looking forward to your answer.
Thank you very much.

All the best,
Alex

0 1 131
  • UX
1 REPLY 1

MultiTech
Participant V

Hey @Alexander_Streihamme

There are ways to do this, but from WHERE are you talking?

Do you mean when the app opens? There’s an initial starting view control that can accept a formula, so you could do something like:

IF(isblank(Table[TableID]), 
  "Table_Form", 
"Other_View")

If you search the community, there’s been a fair amount of people asking how to do this, with some really good answers already provided.

3X_d_5_d51363a862e7ab883241c312ac5d7f271579cdd3.gif

Top Labels in this Space