Hi,
I have an ENUM filed called SELECT IMAGE with base type image.
I have another field called DEFECT LOCATION with XY field type.
I want to use Image from the SELECT IMAGE field to be the base image for DEFECT LOCATION field.
It is straightforward if the image is .jpg or .png.
But in my case, the Images are google drive links which I converted to this format
(https://drive.google.com/uc?export=view&id=[FILEID]" to be able to show them in the app. And it works I can show the images in the SELECT IMAGE field.
But it doesn’t pick the Image in XY field type (Background image for the XY coordinates). (Maybe because the image is not .jpg or .png)
Is there any way to achieve this without having to put .jpg or .png files in SELECT IMAGE field. There will be 100’s of images and converting them all to .jpg or .png is a big hassle.
As far as I see, the Background image for the XY coordinates has to be an URL (or an expression that creates an URL). Perhaps it will not work with a Google Drive Link.
Maybe you could try this workarround?
[Convert an image to XY](https://community.appsheet.com/t/convert-an-image-to-xy/14190/3) Questions
I just raised another issue.
If possible can you please assist with this?
[New Bug Encountered: Workflow emails not working](https://community.appsheet.com/t/new-bug-encountered-workflow-emails-not-working/14446) Questions
I am having issues with my workflows since yesterday. A couple of my apps have stopped sending emails and giving the attached error below. Not sure why this is happening as everything was running smoothly a couple of days ago. Is this a bug?? When I test the workflow it gives the following error. "The URL was: /template/showtable?appName=133660c8-f4b8-4ee0-bc8e-d6bf0a58aa94&locale=en-GB&location=0%2C%200&tzOffset=-330&workflowRuleName=Send%20Quote%20-%20English Illegal characters in path. …
Thanks @Yogesh_laddha,
The key for me was realising that the default link format from Google Drive did not load but your format with the ID from the default link does. I was tearing my hair out until I found your suggested link format. Many thanks again.