Question
Cognizant Technology Solutions
CA
Last activity: 1 Mar 2021 23:27 EST
.pySteps(1).pyParamArray(1).PropertiesValue— Invalid expression or reference: No suitable instance found [seeking] @(null:null).Sp
I have created a function to split pdf page by passing page range,it was working perfectly as a java step,but once i converted in function then its not getting resolved and throwing some error while compiling in an activity
This record has 5 error(s) in 1 place(s) .
.pySteps(1).pyParamArray(1).PropertiesValue—
Invalid expression or reference: No suitable instance found
[seeking]
@(null:null).SplitPDFUsingPageRange(String,int,int,String)
[candidate functions are]
, the rulesetList = [AdvCtr_Branch_POC:01-01-01.....other rulesets
***Edited by Moderator Marissa to update Content Type from Discussion to Question***
Hi ,
Can you try calling your function using full syntax form as below in your activity:
@(RuleSet:libraryname).functionname(arg1, arg2... argn)
Let me know if it works.