Forum Discussion
rraghvani
19 hours agoChampion Level 3
Can you provide a screenshot of your property checkpoint and the condition? Also, what are you comparing it to, what's the actual value?
Your data type mismatch could be relating to the conditional expression, is "True" equal to True? I.e. comparing a string value with a boolean value.
- Wyatt798919 hours agoNew Contributor
Hi rraghvani and thanks for your assistance.
Update the property checkpoint gives me an error stating "Unable to update the property checkpoint"
- rraghvani18 hours agoChampion Level 3
As 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
Related Content
Recent Discussions
- 2 hours ago
- 3 hours ago