I am using pulling existing Task data into an Excel spreadsheet to use with a Score. I have an Excel named range executing ?=ImportForm/ListDeep?TargetObject=Loan&TargetObjectID={LoanID}
.
My tasks include several user-defined fields, but the data renders in Excel lumps them together in a single column called XmlData
. How can I use these values in Excel formulas?
The
ImportForm/ExecuteFlat
method will normalize user-defined fields (that that, elements stored inImportForm.XmlData
.ExecuteFlat
requires anOperation
parameter, which it will execute before normalizing the results.For your example, call:
More generically, assume that
ImportForm/Search?ID=1
returns:Calling
ImportForm/ExecuteFlat?Operation=Search?ID=1
would return: