Hi all,
I am having troubles with trying to convert the DateTime from a Repeating Section. It looks like this when I try to log it in history:
<DateExpenseIncurred type="System.DateTime">11/27/2013 17:00:00</DateExpenseIncurred>
I am using Query XML action and XPath to get the variables.
My problem is I can't directly assign it to a Date/Time type for some reason. It says cannot assign ArrayList.
If I assign it to a Text variable, it works fine. However, I need to make use of this so I need to convert to Date/Time.
Does anyone has suggestions for this?
Thank you!