How can I add data row using C# expression? Help Plz

Hi

Welcome to uipath forum

Mention like this
{“value1”, “value2”,…,”valueN”}

Can we see the complete value mentioned in that array row if possible

Make sure the type argument if FOR EACH activity is set to UiPath.Core.QueueItem

Cheers @Sa_Ge


Thanks for the reply

Fine
Your expression looks correct

Make sure of this point

Cheers @Sa_Ge


I think Type argument is correct yet still getting an error

Fine

Try mentioning like this in add DATAROW

new object[] {var1,var2,var3}

Cheers @Sa_Ge

1 Like


Like this?

have a check on using [ ] like i.SpecificContent["Product Name"]

1 Like

Thanks a lot

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