When using sheets, images are located using relative pathing - relative to the location of sheet itself. In your example path above, your sheet must have been located in the “My Drive/APPNAME/” location. AppSheet then creates the FOLDER using either a default name or a custom name you supply in the Image column. The default is constructed from the table name the column is located in followed by “_Images”. so it seems you relied on the default AppSheet FOLDER = “STOCKAGE_Images”.
In your new app, if you have the same Table name, the sheet is placed at the same level as the old app and the the sheet image column is updated correctly for each row, then you should have no issues. If you made manual changes to get the new app setup, You may need to clear the browser cache to see the images loaded. The browser relies heavily on caching of image to help speed up access. When the new app was setup, it may cached that there were no images for the rows. The manual updates won’t affect the cache immediately. But you can clear the cache to refresh.
NOTE: I am seeing a discrepancy in the table name of “STOCKAGE” versus “STOCK”. In your new app, if using the AppSheet default, you need to make sure that the folder name matches with the Table the image column belongs to and that the associated column in the sheet matches on each row.
For example…your post implies the new app name is “Daily_OPS-6030176” and inside that is the image folder is “STOCK_Image”. So these things MUST be true for your app to find the images:
Your sheet is located under"Daily_OPS-6030176".
The table in your new app is named “STOCK”
In the sheet, for each row under the Image column, the path name starts with “STOCK_Images/” followed by the original filename (not including any path info from the old app).
And of course, the images have been moved into the folder “STOCK_Images”.
If these are NOT the case, make the changes and try again. If all checks out, then clear the cache and try again. If still no luck then we need to see the above details to help more.