Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I've a scenario where i need to call 2 Rest End points, based on the first output, second one has to be called, so, i'm going in a flow like calling the First Rest API call, getting the output to tMap as there needs some manipualation and the output string has to be passed to second request. I'm trying to use tJava so that i can assign to context variable, but unable to read the tmap output. Is there any alternative way to achieve this. Thanks in advance
Use tJavaRow instead of tJava, you can access the output from tMap like this:
context.varName=input_row.ColumnName;
Regards
Shong
Use tJavaRow instead of tJava, you can access the output from tMap like this:
context.varName=input_row.ColumnName;
Regards
Shong