BarryGulino
6 years agoQrew Cadet
Web Page in side a Rich Text field not changing on next record.
I am embedding a specific URL in a Rich Text field. Each record has its own url. When viewing the record, when I move to the next record the url changes but the image stays the same. This is the formula:
"<img data-url='" & [View Image Link] & "'" & " src onerror='\n(async () => {\n var url = this.dataset.url;\n this.outerHTML = `<iframe src=${url} width=1150px height=600px></iframe>`;\n})();\n'>"
When I manually paste the list of urls, the first one comes up fine and the rest show the same image as the first. Now the link is the third level. The first link is the search page, the second link is the details page (which works fine as I have it in its own Rich Text field) and the third is this image. So you search for items, then you click an item for the details and then you click a link to show the image. Any ideas of what is happening and can that be fixed in the above field.
------------------------------
Barry Gulino
------------------------------
"<img data-url='" & [View Image Link] & "'" & " src onerror='\n(async () => {\n var url = this.dataset.url;\n this.outerHTML = `<iframe src=${url} width=1150px height=600px></iframe>`;\n})();\n'>"
When I manually paste the list of urls, the first one comes up fine and the rest show the same image as the first. Now the link is the third level. The first link is the search page, the second link is the details page (which works fine as I have it in its own Rich Text field) and the third is this image. So you search for items, then you click an item for the details and then you click a link to show the image. Any ideas of what is happening and can that be fixed in the above field.
------------------------------
Barry Gulino
------------------------------