Logo Slider on Canvas

In the past few days I read every post about images and sizes, rectangles, JSON, SVG, etc. but was still unable to create a decent logo slider on the canvas which loads 4 random logos from a table column (either Image or Image URL column).

Has anyone else attempted this?

PS: My best idea now is to adjust the JSON code of an image with regex replace but I have no knowledge of JSON. Here is a sample image code:
{"type":"imageurlref","url":"https://upload.wikimedia.org/wikipedia/en/thumb/f/f6/ABRSM_logo.svg/150px-ABRSM_logo.svg.png","name":"","width":180,"height":0,"style":"auto"}

1 Like

Hey is this what you’re trying to do?

I’m outputting image() by switch(), each condition 1,2,3,4 being a hyperlink to the value returned by canvas slider.

I then step it up by embedding the logo formula into the button as its label, and reengineer the image url switch to be the hyperlink. Best of luck!

Image(

  Switch([Logo Slider],
    1,[1].logo,
    2,[2].logo,
    3,[3].logo,
    4,[4].logo
  )

)
1 Like

Hi Johg,

Thank you for jumping in and sharing this. It gave me an idea to try something but I could not achieve my primary goal.

I was thinking of something like this logo slider.