Vlookup column expressions and bots

Hi,

Having some trouble making a simple vlookup work and wondering if anyone could help. I would like to look up a Company Name in the Company Name column based on a V# and populate it in another table called Linehaul Trips when new rows are added to this table. Iโ€™ve tried different things for hours and just canโ€™t get it to work. Hereโ€™s what Iโ€™ve done:

  1. Iโ€™ve created a new Bot โ†’ when event occurs: Data Change and Adds Only selected. Table = Linehaul Trips.
  2. Added a new process with Set Row Values selected to the Company Name column (which is blank). Here is the formula Iโ€™m using:
    LOOKUP( [_THISROW].[V#] , โ€œCompanyโ€ , โ€œV#โ€ , โ€œCompany Nameโ€)

New rows are added to the Linehaul Trips straight into the google sheets document, not through AppSheet. Please help.

Solved Solved
1 2 103
1 ACCEPTED SOLUTION

I think the BOT wonโ€™t trigger if the data change is made directly in gsheet.

View solution in original post

2 REPLIES 2

I think the BOT wonโ€™t trigger if the data change is made directly in gsheet.

Correct.

Top Labels in this Space