I have 'UiPath.Platform.ResourceHhandling.ILocalResourse' Is not defined Error

My Condition is:

  • I have created a folder in a workflow_1 using create folder Activity.
  • I passed the output folder from this activity -which is an ILocalResource type- as an Out argument.
  • Inworkflow_2 I have defined an IN Argument of an ILocalResource Type.

When I try to use this argument fullName property in workflow_2 it tells me that ‘UiPath.Platform.ResourceHhandling.ILocalResourse’ Is not defined.
Can someone explain what I’m missing?
TY

Hi @Muhammad_Abu_Senna

In the Properties of the Save Attachment activity → In the Folder Path you need to give the path like in the below

C:\Users\Dell\Documents\UiPath\Test\

Regards
Gokul