Hi everyone,
I'm having trouble indicating the variable that is the path to the Word file to be opened. I've tried various ways, but I'm making a mistake somewhere.
The first element of the flow is the custom form. It selects which subflow to run. Here, everything works correctly.
The corresponding selection starts the subflow, which starts by selecting the World file to be analysed. This is where the problem arises. An error appears that the file was not found.
I tried the change in Run word program:
- %CustomFormDataW['Wordinput']%
- %CustomFormDataW.Wordinput%
- %CustomFormDataW['Wordinput'].data%
I've run out of ideas ;/