Hi All,
i have created one assest in orchestrator as text type, where i pased folder location(e.g C\Newfolder), then taken get assest activity and passed that assest name and created a variable to store it and trying to check if folder is existing or not. but it throws error type conversion from string to bool. if am i am changing the type assest to bool(since it is not taking any value in bool type)and trying to check same folder, it gives me wrong output.
how to rsolve this.