For DU, Not able to change argument type of ForEach Activity


I want to change argument type of for each activity from system.object to system.data.datatable… But unable to do that… Plz suggest suitable options for me…

Hi,

Which version of Studio do you use? For now,can you try to upgrade UiPath.System.Activities package to the latest stable version (such as 23.10.5 if you use Studio 22.10.5 or above)?

Regards,

Studio 2022.10.5 Enterprise Edition

HI,

Can you try to upgrade UiPath.System.Activites pacakge from MangePacakge as the following?
It supports Studio 22.10.5.

Regards,

image
Its already upgraded…

Hi @Omkar_Shete_CTR

Try upgrading the UiPath.System.Activities to the latest version by keeping RunTime Rule as Lowest As Applicable.

Regards

Hi,

All right. As workaround can you try the following expression in ForEach?
ForEach will indentify type as DataTable, atuomatically. (Check type in ForEach)

DataSetDt.Tables.Cast(Of DataTable)

Regards,

Thanks Yoichi for your valuable help

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.