Can I dynamically change the title bar

I want to be able to put the date of the next Sunday in the title bar of the App. I have the value in the spreadsheet in a different tab

Hi @Ricl8296

As far as I know, you can dynamically change a view name, included the one displayed on top of the view.

But not the app title, if this is what you mean.

Here it is for view names:

2 Likes

Also, next sunday:

EOWEEK(TODAY())+1

EOWEEK() - AppSheet Help

2 Likes