I am currently creating a flow to upload copies of checks under the applicable profile on the web. I have been able to get this to work to upload a document to the attachments section, but I want it to upload to a specific folder within the attachments section.
For example, I want each check uploaded to the "Checks Issued" folder under each profile. The folders can be in any order, so the UI element selector needs to grab the folder based on naming alone. I have tried this numerous different ways, but it continues to fail. After looking at the selector builder, it appears that each folder created under the profiles has a specific ID. The flow fails when it tries to find the "Checks Issued" folder under a different profile because it has a different ID. I've tried removing the ID but that doesn't work (which makes sense that it would not work). Is there a way I can modify the Selector Builder to capture any folder based SOLELY on the name of "Checks Issued", regardless of ID?

