Wait for Document Validation Action and Resume error

HI Team,

I got stuck at this issue as below:

I am providing the value for Document path variable =currentitem.FullName

Even after providing or keeping empty , getting the same issue as

Cant be waited on: no input action provided.

Can anyone help me out with it.

Thanks.

Hey @sushmitha.e ,

Check if the file has the path to UserProfile.
If not try using: System.IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), “Downloads\Filename”)

Hi @Brian_Mathew_Maben , thanks for replying.

After trying as above, got error like below

Hi,
Can you please make sure you are getting the action object in the variable ‘ActionOutput’?

Thanks for replying @Lekshmi_R. I have checked the action output , we are not getting output.

That should be an input action object, which is actually the input for this activity. You will need to pass the output from ‘Create Document Validation Action’ to this input action object propert in ‘Wait for Document Validation Action and Resume’ activity. Please check your workflow and update accordingly.

1 Like