Get specific data from array from HTTP

I need help with reciving specific data from HTTP output request:
As you can see i need to get URL: with .mp4 (it is in long string DATA) from output data and then send it to google drive,
but I have problems how to make this long string to separate data so i can only take url: to send it to google drive.

Please help


@Maciej_Walentynowicz, did you check this box (Parse Response) in the HTTP - make a request module?
image

Normally speaking, this should process the data block and return it in a structured manner.

3 Likes

Ahhhh thank you so much, sorry for such stupid mistake ! That solved everything !

3 Likes