Forum Discussion
Wyatt7989
10 months agoOccasional Contributor
Hi rraghvani and thanks for your assistance.
Update the property checkpoint gives me an error stating "Unable to update the property checkpoint"
rraghvani
Champion Level 3
10 months agoAs suspected, you are comparing a string value ("true") with a boolean value (true).
The property value of Exists is either true or false. You need to look at your project variable type, and ensure it's defined as boolean