Browse To File - Using Custom Activity

Greeting
i am tried to make an activity using uipath extension in visual studio C#.Net, everything going well except Browse To File feature that i want to add to select an file from current machine.
as shown in attached images:
in case (1)Red Color: i need to Set() property for WorkbookPath but as you see the (context) cannot be reached (Hint: AsyncCodeActivityContext context is used to transfer in/out arguments between Uipath and C# variables in activity execution time)
in case (2) Yellow Color: trying to set Content for ExpressionTextbox with Name(v_File_Path) but this way not work properly.

(i think case(1) is preferred but i cant reach the context which is used as a reference to uipath in/out arguments)

thanks for help

PROBLEM

1 Like

Hey @Ahmed_ELShubaky,

You need to try something like two way binding.

This may help.

Thanks.

#nK

1 Like

Thanks For Reply @Nithinkrishna
Okay I Will try
but in general ur right
thx

1 Like

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