I’ve got a process that searches our OneDrive for a match for a client folder. The goal is to grab the client folder, drill down into a child folder, and then move/rename a file into that folder.
I had set a router that checked for a bundle being greater than 0 to determine if there was a match or not. If there was no match, the assumption was a client folder doesn’t exist and must be created. Child folders follow and then I did a Store Data based on some other forum results I saw.
The goal was to create the requisite folders and then resume the workflow where it failed to find the match. I didn’t anticipate that I wouldn’t have a way to return to the base flow from that point.
Some reading took me in the direction of error handlers, which would potentially work great… if the OneDrive Search node generated an error if there wasn’t a match. In-so-far as I can tell it just generates a bundle of 0.
Am I going in the right direction with this or have I gone down an unnecessary rabbit hole? Can someone provide some advice on what I should do to proceed or what I might be able to try to get back on track?