Create Instance Useage
I am working on an automation that loops through a dataRowProxy.ItemArray. Some items in the array may return a null value from the stored procedure query. I have attached an image that displays the GetItem method using the data column name. I right-clicked on the Result connection point and selected Create Instance. I did not get the Choose Method Overload as shown in Pega Help. I am trying not to use a second GetItem to set the value for the variable after checking for null. Is the structure in the attachment correct?