What will be the 'do this' action behaviour e...

What will be the ‘do this’ action behaviour expression if i want to make my login (datetime type) column blank again??

Help??

0 4 305
4 REPLIES 4

tony1
New Member

@Abu_Md_Moniruzjaman Make it a “Set column value” action and set the value to “” (two double quotes)

Thnx

Basically, i hv 2 table. The value of the 'A 'column of table1 is coming from the table2(named ‘BCR’), 26 column. In spreadsheet formula 'BCR!RC[26].

I want to remove these spreadesheet formula with a similar app formula. So, what will be App formula

for this (BCR!RC[26]) spreadsheet formula??

tony1
New Member

@Abu_Md_Moniruzjaman There’s no direct equivalent to the BCR!RC[26] formula.

You can use de-references, SELECT, or LOOKUP formulas to do something similar, though.

help.appsheet.com - Dereferences

https://help.appsheet.com/expressions/expression-types/list-expressions-and-aggregates Dereferences help.appsheet.com

Top Labels in this Space