How to get the value of hidden field in Create form task in Action Center

Hi Everyone,

I’m sending the file path in the text field as hidden from Create form task.

Once User approves or rejects the file from orc action center, I want to retrieve the value of that hidden field which is document path. During runtime it is also coming in the in watch panel of the output variable in Wait for Form Task and Resume. I can retrieve the task ID but not able to retrieve the document path. I have highlighted that in red box in the below screenshot

Can you please help me out?

@Anil_G @yikwen.goo ?

@NoorRobot

Outputtaskobject.Data(4) might give you that or get the data object then use deserialize json and get it

Cheers