Hi Avinash,As per the Microsoft documentation IsDate will return true if it is valid date or valid time or both. As a work around you can use code stage to validate date, Please find the code snippet for Date validation.This code will Match the date ...
Hi Naman,It is bit tricky to Validate whether given string is time or not. However if you can implement same Choice logic inside a Code stage it will be very easy for you to find it out.Example C# Code for validating and storing it to respective data...
Hi Matthew,If the object is unable to connect/attach to application you need to correct your Application Model root element. When you try to attach, it should get attached to the application, if it did not attached, object will not work. Please check...