How can I use this formula in appsheet?

Return a date that is the first day of the current month? You could do that multiple ways. Check this article:

One way would be:

EOMONTH( TODAY() , -1 ) + 1

1 Like