Forum Discussion

Zack92's avatar
Zack92
Helper III
4 years ago

How to add dynamically form ID to URL in Source API query?

Hello, 

 

I am trying dynamically feed the form ID into the table, and it is giving me hard time. I have searched over this on the net and,  I found that you can create a parameter, but did not work for me as a list of parameters is not visible to me on the manage parameter box. 

 

Is there a way I can feed all IDs added into the custom column? So I can expand them all 

 

Json.Document(Web.Contents("https://api.typeform.com/forms/"/"&[id]&/"", [Headers=[Authorization="Bearer ******************************"]]))

 

 

 
Thank you so much