Adding values inside variable of datatype list<dictionary<string,object>>

How do I add values inside variable of datatype list<dictionary<string,object>>?

@Isac_Newton Check this Worklfow :
Check the arguments of Invoke Method, Check the Type Arguments used in For Each.
Initialise Values.xaml (8.2 KB)

1 Like

HI @supermanPunch

Just one thing to ask.
Is der any way to get the Key using the value within Dictionary ??

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

@Pratik_Wavhal You can use a Linq Statement in order to get it in a Single Statement in this way :
myDict.First(Function(x)x.Value.ToString.Equals(“yourValue”)).Key

Again if the values are repeated you may want to Iterate through the Linq result and get all the keys

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