Naveen Tibco Posted September 24, 2019 Share Posted September 24, 2019 Hello, I am using 3 "INPUT" property control and try to reset with Iron python script with below script Document.Properties["INPUT1"]='' Document.Properties["INPUT2"]='' Document.Properties["INPUT3"]='' this script is working fine when INPUT property is "String" data type. But in my requiremet INPUT property is "INT" data type. no luck i am geeting below error File "", line 1, in ValueError: value argument has incompatible value type .. can any one help me.... Regards Naveen Link to comment Share on other sites More sharing options...
Rayees Wani Posted September 24, 2019 Share Posted September 24, 2019 What value you wish to reset the INT Documente property Something like below should work. resetVal = 0 Document.Properties["INPUT1"]=resetVal Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now