How to set dynamic path parameters on an external API?

Answered

Hi, I have this path url https://eclipse-java-sandbox.ukheshe.rocks/eclipse-conductor/rest/v1/tenants/tenantId/wallets/walletId

I need to set this path /walletId to be a dynamic input from my user database. I have tried everything from using sprintf filters to replace, but I am unable to replace the walletId with the variable result from the database.

1 reply