I have a proprerty called Active and Property ID=1453. It is boolean so, the options are either Yes or No.
My workflow is failing on the vbscript.
if PropertyValues.SearchForProperty(1453).TypedValue.Value=No then
Please help with syntax.
Thanks.
I have a proprerty called Active and Property ID=1453. It is boolean so, the options are either Yes or No.
My workflow is failing on the vbscript.
if PropertyValues.SearchForProperty(1453).TypedValue.Value=No then
Please help with syntax.
Thanks.
Well, you need to either false insead of No, or if you want to go with Yes/No, the you should get DisplayValue.
I tried 'false' instead of 'No.' It didn't work. In the property settings, it says Data Type is Boolean (Yes/No).
I tried 'false' instead of 'No.' It didn't work. In the property settings, it says Data Type is Boolean (Yes/No).
© 2025 M-Files, All Rights Reserved.