I am encountering an issue while calling process in UiPath app .i am trying to send entityVariable as an argument to process but I am receiving below error
“Value of ListSource(Of ID1208BillingMaster) to List(Of DownloadCSV.ID1208BillingMaster) can not be converted”
@ppr That conversion error got resolved by using below query However, it is giving me blank data in properties…seems like need to add properties in query…can anyone help me updating query with properties ?
filteredListSource.Data.Cast(Of entity.ID1208BillingMaster)().Select(Function(x) New __Process_DownloadFileInCSV.DownloadFileInCSV_ID1208BillingMaster).ToList()