I have an unusual bug occurring where I am ge...

I have an unusual bug occurring where I am getting duplicate photos (different names) written to my cloud storage.

I created a feature that simulates a โ€œdefault imageโ€ concept.

Basically, if no image is present then show a โ€œno imageโ€ image.

I wanted to avoid saving the same path name to the โ€œno imageโ€ image thousands of times so to accomplish this, I created a virtual column, Adjusted Image,

that acts as a display only field and use it in the displays.

In the App formula I have the expression:

=IF(ISBLANK([Product Image]), โ€œInventory_Images/Product Image_no_image.pngโ€, TEXT([Product Image]))

This works really well to show either the actual image or the โ€œno imageโ€ image.

The problem occurs when I update the Product Image.

For some reason a second image tagged with โ€œAdjusted Imageโ€ is also written.

For example:

100027.Product Image.080106.jpg 100027.Adjusted Image.080106.jpg

are both written with the same image content.

Since the Virtual column is read only,

I am confused why this second image is being written at all.

Any thoughts?

0 3 345
3 REPLIES 3

Thatโ€™s very wierd. Could you please send the app details to support@appsheet.com. Weโ€™ll have to investigate and get to the bottom of it.

@praveen Ok.

Iโ€™ll create a small sample app to demonstrate this issue and then submit that as a tester app to support.

I created a sample app and have submitted an email with the details.

Top Labels in this Space