Verification failed. The expression ‘Output = “This is leap yaer”’ returned ‘False’. instead of true why it is giving false value
It’s verification of the activity expecting the output to be “This is leap yaer”.
What activity you are using?
Also check the spelling of year is incorrect that’s why the verification would have got failed.
ok got this point
Assign: Conversion from string “two thousand twenty four” to type ‘Integer’ is not valid.
again new error
What’s re the condition
If you can share your if condition or flow screen shot @Ejaz_Ab
It simply means you can’t assign string value to an integer datatype.
Integer should be 2024
String should be “Some string”
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.