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