[GH-ISSUE #3439] [FEAT]: call variables within the flow api block url field #2218

Closed
opened 2026-02-22 18:28:42 -05:00 by yindo · 3 comments
Owner

Originally created by @zandercreations on GitHub (Mar 10, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3439

Originally assigned to: @shatfield4 on GitHub.

What would you like to see?

Is it possible to allow variables to be placed in the flows API block URL field? Currently when its attempted there is an error in the API response because the wrong value was returned for the variable in the URL string.

Variable replaced in the URL string : ${variable} became %5Bobject%20Object%5D in the external api logs

Originally created by @zandercreations on GitHub (Mar 10, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3439 Originally assigned to: @shatfield4 on GitHub. ### What would you like to see? Is it possible to allow variables to be placed in the flows API block URL field? Currently when its attempted there is an error in the API response because the wrong value was returned for the variable in the URL string. Variable replaced in the URL string : `${variable}` became `%5Bobject%20Object%5D` in the external api logs
yindo added the possible buginvestigating labels 2026-02-22 18:28:42 -05:00
yindo closed this issue 2026-02-22 18:28:42 -05:00
Author
Owner

@timothycarambat commented on GitHub (Mar 11, 2025):

You should be able to do so - are you using the exact same variable name declared at the top?

@timothycarambat commented on GitHub (Mar 11, 2025): You should be able to do so - are you using the _exact_ same variable name declared at the top?
Author
Owner

@zandercreations commented on GitHub (Mar 11, 2025):

Apologies your feature works my api call was returning a json object and storing it in the variable causing my get request to fail. However I did notice a bug in the chat window response. I cant see the complete flow debug log from each block. It cuts off and I cant scroll down see the rest of the log.

Image

@zandercreations commented on GitHub (Mar 11, 2025): Apologies your feature works my api call was returning a json object and storing it in the variable causing my get request to fail. However I did notice a bug in the chat window response. I cant see the complete flow debug log from each block. It cuts off and I cant scroll down see the rest of the log. ![Image](https://github.com/user-attachments/assets/46921228-806d-4bc5-a696-e4a4c1478df7)
Author
Owner

@timothycarambat commented on GitHub (Mar 13, 2025):

That UI bug was solved in https://github.com/Mintplex-Labs/anything-llm/pull/3449 - apologies for that. Will be in next update next week

@shatfield4 can you confirm that the above PR would fix this window as well?

@timothycarambat commented on GitHub (Mar 13, 2025): That UI bug was solved in https://github.com/Mintplex-Labs/anything-llm/pull/3449 - apologies for that. Will be in next update next week @shatfield4 can you confirm that the above PR would fix this window as well?
yindo changed title from [FEAT]: call variables within the flow api block url field to [GH-ISSUE #3439] [FEAT]: call variables within the flow api block url field 2026-06-05 14:45:15 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2218