I would like to ask a question about display
This code is working OK to display photo in web app
<img src="https://drive.google.com/uc?export=view&id=1WkJNdilRDNM2l37fvPHhofYZVUJ20zhy"/>
But I want to get ID of picture in google sheet cell
<img src="https://drive.google.com/uc?export=view&id=" + data[xx]
which id is on the column xx so how could I write the code. Thank you.
<img src="https://drive.google.com/uc?export=view&id= +"<?= data[xx]?>"