How to use URL path variables in Iterate Web Request

Hello,

many endpoints use path variables. See example: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-projectidorkey-get
So I have table with a column with projectIdOrKey field. How can I add this as Path variable for each single request?

Please take a look at the “Iterate web request” action described here with example:

Thanks @Jochen_Marquardt I thought there is a more elegant way than adding a new column with all the paths :wink: