Assign a Tuple value

Hello everybody!

Im experiencing with enhanced REFramework and it uses tuples. I cant find the way to add values to tuples.

Can anybody help please.

Hi! This probably could help.

Tanks but Im looking for and practical example using Tuples in Uipath, how use it in an assign activity.

Hi!

So obviously in the left field you have your tuple variable, in the right field the following will work:

Tuple.Create(Of item1type, item2type)(item1variable, item2variable, etc…)

I believe custom named tuple elements are not available in UiPath :expressionless:

I’d imagine a code snippet could be able to create custom Tuple named elements though…