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.