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! Go to Solution.
SOLVED
User | Count |
---|---|
18 | |
11 | |
11 | |
8 | |
4 |