Extract Data from a collection

Hello everyone! I have a small query:

I have a flow where I make use of the DropBox module to create/update a shared link. Now, in the output it gives me a collection called Bundle 1, from which I need to access the URL variable, to later send it to the Gmail module and in the body of the email send that URL coming from Dropbox.

I have tried to use the map function… But not being an array, I have not found a way to access the value.

I hope you can help me. Thanks in advance.

Welcome to the Make community!

As it’s only a single file and not an array, you don’t need any map function.

Just insert the URL variable into the email content field.

1 Like

Hi samliew! Thanks for answer.

This is what happens when I put the variable directly into the content fileld:

It seems to request the url to send it :smiling_face_with_tear:

That’s because you are only running a single module.

Try running the full scenario so that it can get the value from module 27.

Links

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the Make unofficial Discord server!

2 Likes

It worked perfect for me, if that’s why, sorry :sweat_smile:

Thank you very much

1 Like