Hello,
I have a question that I could not find answer to, so I hope you can help me.
My question is:
Is there in the UiPath Studio something like assert, just like we have assert in C++ (for reference: http://www.cplusplus.com/reference/cassert/assert/)?
This is correct. I don’t know of anything in Studio that works as assert does in C++. You would need to use If and Throw activities to recreate this functionality.