How to print the value in the variable which is object type in For each

Hi All,

I was trying to print the data which is in the form, i used form.ToString to get the data. I was getting variable type instead of data in the form.
Could anyone please help me in resolving this .

In attached screenshot, I am trying to get the data which is surrounded in blue , but i was getting the data which is in red.

Hi @Naresh_Mandava

Instead of varible type as object could u try with the varible that u got it as output in the foreach and I think then u can extract the fields Accordingly to ur requirements