Trying to push Image_URL to an email client

I’m trying to push user image to an email. I have it setup that sometimes the emails come from a user(person who creates the notifications), and sometimes an image from an option if I want it to display as an admin. I setup fields in the Notification for Creator_name and Creator_Image. The Creator_Image is text that I’m sending the Image_URL to. Issue is it seems like there are inconsitencies. Sometimes it has https// on the front of the image URL sometimes its // and the link does not seem like a working link to the image.

I spent 3 hours yesterday going through and updating all the workflows to look for the user:profile_picture:ImageURL. Testing this on the test account worked perfectly as you can see in this little tool I created to show me the URL for each user.

Now I’m finding sometimes I get a nice link, and other times I get this.

When I look at what’s being sent to the email you see the link is not working because this link is not correct.

Emails come out like this.

Why is the Image URL so inconsistent? Ideally without a whole bunch of work to go back and change the 150+ workflows again, what’s the best way to get this working?
Thank you.

I had a similar issue a while ago, and I think I just added a step in the workflow upon upload to validate if the image URL didn’t start with https. If it didn’t, I modified the URL to be https: + the existing URL. Not very helpful but fixed the problem.

Even with https some of the links don’t seem to work. They will take you to the Amazon image site, so I don’t know if its a permission thing or what.

This topic was automatically closed after 70 days. New replies are no longer allowed.