I am experiencing a problem I cannot understand. I have a workflow that ran successfully 2 months ago and is now failing, giving me an Parse Error.
Solved! Go to Solution.
Look at the data type of each field. Is a field that was previously coming in as Numeric now coming in as a string?
Wow, that is it. I was focused on "[Type]" which is a string, but the error is with the "Collected" line which should have been a double.
Thank you for your quick response ChrisTX!!