Hi all,
I have a flow configured on a list that when a new item is added, it looks for the Title, Customer Name(metadata), and Customer Location (Metadata), sets variables based on these values (Metadata items are set to look at the labels of the tags), send an HTTP request to check if it already exists in a different document library and create folders for projects based on the list input.
Everything was great until we had to move the list to a new site. Saved it as a template, created a new list with the template and reconfigured the flow to look at the new list. It runs and makes things, but it doesn't look like it's using any of the information it should be. Instead of a title, it appears it's using the list ID as a title and creates a /3/4/5 directory THEN creates the sub-folders there. I am...I am so confused. Lol
Variable init for Customer Name vs Variable input when the flow ran for title (failure point 1):


This variable should have been "Test Customers"
Gets passed into the http request as a GET, _api/web/GetFolderByServerRelativeUrl('/sites/customers/Shared Documents/3')/Exists
Then the entire flow goes down the toilet but completes its mission as far as it's concerned.
I'm sure I'm missing a lot of info here cause Friday brain so yell at me if you need more info. Preferably in all caps and bold 🙂
Thanks in advance if you have any insight!