billzy
(ZHIYU YU)
August 6, 2016, 11:43am
1
here's a case that I need to finish following steps
call a rest service end point to fetch a returned id
call another rest end point using the returned id in step 1 as parameter
for step 1 , I defined a http_poller to get the returned id which is simple
for step 2, how can i config ?
Any advice is appreciated , thanks !
warkolm
(Mark Walkom)
August 7, 2016, 1:34am
2
You can't unfortunately, though I admit it'd be useful.
Maybe make a feature request against the plugin repo?
billzy
(ZHIYU YU)
August 7, 2016, 4:44am
3
Thanks for the reply.
I guessed so. A possible workaround would be using ruby plugin to write rest request in filter stage ? yet I haven't tried.
billzy
(ZHIYU YU)
May 13, 2017, 5:37am
5
hi Mark, I'm wondering is there any chance this feature supported in 5.x version ? I made a research but no luck, still want to confirm it here.
There is still no way to do conditionals in an input block.