API Action URL Parameter Value Not Substituted

Can’t seem to get the API action to substitute the value of a repeat’s data into the URL using a put call. I’m following the documentation here: API Connector components, how to use and connect REST/Curl API's

Here’s a test URL:

image

Here’s the app structure. It’s Framework7 with a repeat on the row above the API Action:

image

The ID (3evAuRShSJemTW777MxE) is rendering correctly in the repeat region as seen here:

image

Chrome Dev Tools shows the following:


You will want {{id}} instead of {id}, right?

1 Like

I tested that too and got this:

You need to use the Dynamic attributes>Url in order to get at dynamic data.

2 Likes

Thanks @mebeingken That solved it!

1 Like