Issue : I want to pass a value from dropdown in workspace. And i want to pass it to pass the input to an url declared in routes. But ut does not seem work with this /donation/monthly/average/currency/{{Currency.selectedValue}}
Okay so a bit more info. What I did was added this code inside routes declared this inside our forestadmin code and I need to pass it variable from a dropdown in frontend to this route declared in code. router.post('/donation/monthly/average/currency/:currency_code', (req, res, next) => {})
This route “/donation/monthly/average/currency/{{Currency.selectedValue}}” is used in a chart on frontend in workspace.
At the moment it’s not possible to template chart url, so you can’t pass value inside the api chart but like I said in my previous message, you should be able to do something like that: