Hi,
I am playing around with the HTTP connector and POST request using an API. The API is from https://lichess.org/api.
URI takes 2 parameters dynamically : gameId & move as below.
https://lichess.org/api/bot/game/{gameId}/move/{move}
I can easily get it working by passing hard-coded values as below.
https://lichess.org/api/bot/game/XZw6T71t/move/b2b3
But I would like to pass these 2 variables dynamically and probably use power apps to input the values.
Now can you please let me know if making the URI dynamic is possible or not using HTTP connector ?
