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 238
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