Fill a column with TODAY() when a user selects an option from a separate enum column

Hi,

I would like a column [Invoice Date] I have to be filled with TODAY() when a user selects “Invoiced” from a enum column [Status]

Thanks,

Josh

Solved Solved
0 1 150
1 ACCEPTED SOLUTION

Presume that the [Invoice Date] column needs to be filled in with TODAY() only by the status of the [Status] enum column being “Invoiced”

if so , I believe you could use ChanbeTimeStamp time column to change based on [Status] column and Change Value being “Invoiced”

https://www.appsheet.com/samples/Keep-track-of-when-columns-change?appGuidString=8a1572da-c548-418c-...

View solution in original post

1 REPLY 1

Presume that the [Invoice Date] column needs to be filled in with TODAY() only by the status of the [Status] enum column being “Invoiced”

if so , I believe you could use ChanbeTimeStamp time column to change based on [Status] column and Change Value being “Invoiced”

https://www.appsheet.com/samples/Keep-track-of-when-columns-change?appGuidString=8a1572da-c548-418c-...

Top Labels in this Space