Variable is not evaluated in flow

Hi,
i’m trying to use a response value from my first request as parameter for my second request. The second request fails, because the variable in the query is not substituted with the value.


Hi @jens-spaeth

Welcome to the forums!

In your select block you’re already selecting body.id so you don’t need to do it again in the send request block, you can just leave the assignToWorkpackId select path blank and it should work.

Hi Daniel,

thx. I left “assignToWorkpackageId” empty in the second request and now it works fine. Now it looks like this:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.