How to pass parameter to Data Page in Java Step
Hi,
I just want to simply pass parameter to Data Page within Function. Usually in Activity or Data Transform I do D_AppExtend["String"] but in Function how can I pass a single parameter? System won't let me save the rule.
PublicAPI tools = ThreadContainer.get().getPublicAPI();
String temp = ((tools.findPage("D_AppExtend["str"]").getProperty("ClassName")).getStringValue());
Double Quotation is the cause, or should I pass parameter in different way in Function rule?
Thanks,