Upload one image for multiple item rows

Currently, I want to just upload one image for the same part number. Instead of taking photo one by one for each row, how can I take a photo to let it populate for the same part number? Do I need to write some sort of expression or ref?
3X_3_b_3bc3fc75b0b06e630bc1ee4a990f4b12d7d16bb3.png

I have tried to use this formula:
SELECT(RMA[Photo of Item],AND([RMA#]=[_THISROW].[RMA#],[Part No]=[_THISROW].[Part No])
But it gives me error as the data type is Image although it is a valid expression.
Please advice me on this issue. Thank you

0 4 185
4 REPLIES 4

Steve
Platinum 5
Platinum 5

Wrap your expression with ANY().

Thanks for helping.
I have wrapped my expression with ANY() but when I upload a photo for the part number. The other rows with the same part number does not populate the same photo that I have uploaded for the photo.
How can I solve this?

Youโ€™ll need to update any other rows that should use the same image.

Sorry, this is not what I am looking for. I wanted to upload just once for those rows with same RMA# number and same Part No. Is it possible with the ANY() formula ?
Thank you for the help and sorry to trouble you too.

Top Labels in this Space