Extract pdf data from each new file in a folder

Hi there,

I have a problem with trigger event, in this case a new file in a folder. Everything about document understanding works good, except this command. After insert trigger and folder path I have extract data activity with Input field.

I don’t know how to proceed in the INPUT field of “Extract data” activity. What’s the correct input?

Can somebody help me?

Hi,

Can you try the following expression?

LocalResource.FromPath(args.FileChangeInfo.FullPath)

Regards,

1 Like