Find folder office 365 activity

Hello, I need to find this folder in order to move something into it, but when I put the pathway to the folder I need along with the correct details I get an error. Please see below


image

  1. Check the Query Syntax: Review the query you’re using to locate the folder. Ensure that the path and syntax are correct. If you’re using variables or dynamic data in the query, make sure they are being formatted correctly.
  2. Escape Special Characters: If your folder path contains special characters or spaces, make sure you’re escaping them properly in the query. Use double backslashes or quotes, depending on the context.
  3. Use Log Messages: Add log messages in your workflow to display the folder path and other relevant details. This can help you troubleshoot the issue by seeing the actual values being used in your queries.
  4. Debugging: Run your workflow in Debug mode, and use breakpoints to step through the process. This allows you to examine variables and query results at different points in the workflow.
  5. Review Documentation: If you’re using specific activities to locate the folder and encounter issues, refer to the documentation for those activities to ensure you’re using them correctly.
  6. Error Handling: Implement error handling in your workflow to capture and log more detailed information about the error. This can help you pinpoint the issue.

image
The folder i am trying to find is the Sub folder test, see below

restructured the query like this and it works
image

Check this

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.