Forum Discussion
rraghvani
2 months 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.
- Wyatt79892 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"
- rraghvani2 months 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
- 4 days ago
- 4 days ago
- 8 days ago