Tables: Look up data in column - Include all columns even if empty

Jacob_154284
Jacob_154284 Posts: 75
edited March 2020 in Ideas

When I perform the tables lookup action, I only get back in return the cells per each column with data. I would like to receive data from all columns if I leave the columns to return as all or leave empty. That way I can perform conditions based on the result of the lookup for columns that have empty cells that are empty.

0
0 votes

Swept · Last Updated

Comments

  • Jeff_146001
    Jeff_146001 Posts: 296 admin
    edited March 2020

    @Jacob_180056 You should be able to perform conditions based on fields that don't exist. These 2 conditions produce the same result:

    If {{empty-field}} is not empty then...
    
    If {{non-existent-field}} is not empty then...