I am trying to get this program to use a pre-made folder as a template which is turned into an array so I can use automate to copy that folder and paste with the initialized title and project#(and then rename any word,excel files but havent gotten to this step yet). Problem is it gets stuck in the conditional statement and I initially I thought it was the length I am messing up but now I just think theres something wrong in the conditional statement. I set my length to 5 and even tried a high number that would always stay true(35) and still broke so I do not believe it can be the length. I think It could be
This is the video I have been watching: https://www.youtube.com/watch?v=YprxZdjKMVo
Full path : @{triggerOutputs()?['body/{FullPath}']}
split: @{split(variables('FolderPath'),'/')}


Report
All responses (
Answers (