Set the value of some columns in this row - invalid error

Mike_T
New Member

I might be missing some setting somewhere, can someone point me in the right direction? Here is the setup.

My table has a list of dates (datetime type) in the [Sail Date]. I’m using a slice to show only rows where the [Booked By] column is blank. I’ve set up an action to set the value in this column to USEREMAIL() when this row is selected in a table view. I’m also using a generic confirm message.

I’m getting Invalid Sail Date

Solved Solved
1 4 175
1 ACCEPTED SOLUTION

HA! I think i forgot i had this Valid If expression in there and later added a Slice that did the same thing. I removed the Valid If Exp and it worked like a charm!

You guys are awesome at this Appsheet stuff! Great teachers can teach by asking one question!

Thank you!

View solution in original post

4 REPLIES 4

Do you have any expressions in any property of [Sail Date] column?

Yes. I have this:
Sort(SELECT(Allure Schedule[Sail Date], [Booked By]=""))

in the Valid If of the Sail Date column.

I’m thinking, I should probably use a slice instead? no?

HA! I think i forgot i had this Valid If expression in there and later added a Slice that did the same thing. I removed the Valid If Exp and it worked like a charm!

You guys are awesome at this Appsheet stuff! Great teachers can teach by asking one question!

Thank you!

You’re welcome

Top Labels in this Space