10-11-2024 06:22 PM - edited 10-11-2024 06:26 PM
Hello everyone
I have a question about the lookup tables。I want use formula in column。
I want to find a data start with “B”, How to write the formula in column?
10-11-2024 08:55 PM - edited 10-11-2024 08:57 PM
Dear, @FrankXu .
You can intput this formulas in input field:
lookup("TABLE_NAME", "REFERENCE_COLUMN": datapill.starts_with?("B)["LOOKUP_COLUMN"]
The preceding formulas contains the following elements:
10-12-2024 01:02 AM - edited 10-12-2024 01:06 AM
Hello Nguyen Duc Y
thank you for your answer
But the lookup table like the first line is column name and the next line is data. so I use app: lookup tables and the action:Lookup entry and the Setup: write formula in cloumn.
so it doesn't right
10-13-2024 06:03 AM
Do you want to get the recipe ID corresponding to the Order_number starting with the letter B?
10-13-2024 05:29 PM
no,I only want to get the recipe ID by formula