Dear Members,
I am stuck with the flow and its giving me a time out error, when I am trying to run the flow.
Scenario:
Convert Word to PDF and then Upload it to other Sharepoint Document library with same name.
Trigger Used:
Step1:
When a file is created or modified.
Step2:
Expression Formula to check word documents in the Library :
or(endsWith(triggerBody()?['{FilenameWithExtension}'],'.doc'),endsWith(triggerBody()?['{FilenameWithExtension}'],'.docx'))
Step3:
The flow is failing in Step1:
Its taking time to execute and not executing
Can you please tellme why its taking so much of time and not proceeding to the next steps.
The following is the structure of my Sharepoint Document library.
They are around 238 items in the document library.
Please suggest.
Thanks,
Eswar

Report
All responses (
Answers (