Getting multiple links out of one string!

What are you trying to achieve?

Hello, I am trying to get 4 links out of the following string and I have no clue what I’m doing! The string is slightly different every time because they are different images. I have tried using text parsing to make the links normal but get no output and I have tried JSON parse but it says it is not JSON. Here is the following string:

{"success":{"original_image":"https:\/\/storage.googleapis.com\/generativeartbucket\/UserGenerations\/cristian\/input-f6fed176-e22a-4c1c-81fa-745cdeb99050-2024-10-11-01-34-33.png","generated_image":["https:\/\/storage.googleapis.com\/generativeartbucket\/UserGenerations\/cristian\/output-f6fed176-e22a-4c1c-81fa-745cdeb99050-1.png","https:\/\/storage.googleapis.com\/generativeartbucket\/UserGenerations\/cristian\/output-f6fed176-e22a-4c1c-81fa-745cdeb99050-2.png","https:\/\/storage.googleapis.com\/generativeartbucket\/UserGenerations\/cristian\/output-f6fed176-e22a-4c1c-81fa-745cdeb99050-3.png"]}}

How do I get the 4 links of images out of the string so I can attach them as needed in an email?

Steps taken so far

My Make is in shambles!

Screenshots: scenario setup, module configuration, errors

Welcome to the Make community!

You do not need these modules. Delete them.

In your first HTTP module settings “Parse response” field, select “YES” (it is “No” by default)

This will allow you to map the response collection properties (variables) in subsequent modules.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.