Does the target table have at least one row of data (apart from the headers)?
Also check that you don’t have any filters being applied that might be preventing a row being available.
Hi teams,
I do have the same issue…
I would like to display data fetched from another sheet
in another words, i would like to display on the app, the data from a cell (fetching bid name), which is a lookup from another table (the bid table), and this lookup is itself a lookup from another table (user name).
Here is the cell I would like to show : BID USER ID
Which itself is a lookup from this table / cell : Fetch User name
Which is a lookup from the User ID table : Name
Because the User ID enters a bid in the market place, that creates a transaction ID (which displays his name) and when someone is interested in this transaction, they offer it (and i need to show who initiated the offer)
On my app it shows a simple line, with no display of the cell, no display of text at all
If it helps…My issue was that randomly one of the columns on the same sheet had been converted to ‘Make Row Owner’ which was denying the values being looked-up and therefore not appearing on the selection component.