Rows Filter

Hi Appsheet team,

My is teen tables. There is an import table. The second is my master data table. From the third table I am running the bot. I want [awb no] of import table to be filtered equal to [awb no] of mater data table. So that I can run the bot.

Not Woking this.

 

FILTER(
  "import data",
  IN(
    [_THISROW].[AWB NO],
    SELECT(
      Master data[AWB NO],
      TRUE
    )
  )
)

 

 

 

Solved Solved
0 1 1,366
1 ACCEPTED SOLUTION

1 REPLY 1

SOLVED

Top Labels in this Space