Error in adding a new row to another table

Hi everyone, I'm facing an error where it indicates like this:

The expression is valid but its result type 'Image' is not one of the expected types: Ref

 

I'm trying to push an existing image referenced from say Table 1 to another table (I'll call this Table 2) set using an action button. However, I'm unable to do so because of the error as attached:

error.PNG

error2.PNG

Can anyone assist me regarding this issue?

 

Thank you!

0 1 58
1 REPLY 1

Ref type column should point to the Key column in the target table, not any other column. I don't think your "floorplan" column in the target table is the key column, hence you cannot have the column in table 2 as ref. 

Instead, change the column type to Image. 

Top Labels in this Space