How to get something from text

Hi
I am creating an app which uploads image to cloudinary and uploading to cloudinary return media url in that at the end every image has some letters which are different so onece the user uploads the image it should return the last characters how can I do it.

This is what we get :point_down:

This is what I want :point_down:
txtr9us7nuwgoujlhtdx.png

1 Like

The image is a link file uploaded on cloudinary

1 Like

If you are using Media DB you will get the URL of the uploaded image. The image name is the last part of the URL. and then use the substring block to get that part.

1 Like

2 Likes