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:

Can anyone assist me regarding this issue?

Thank you!

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.

2 Likes