There is a problem with the flow trigger; when import the solution inside the prodcution environme

Steel Contributor

I have an automated flow which which contains 3 trigger conditions as follow:-

@equals(length(split(triggerOutputs()?['body/{Path}'],'/')),int(parameters('CustomerFolderLocation (birchgol_CustomerFolderLocation)')))
@equals(triggerOutputs()?['body/{IsFolder}'],true)
@equals(endsWith(triggerOutputs()?['body/{Path}'],concat(parameters('PathToFolder (birchgol_PathToFolder)'),'/')),true)

 the flow worked well on the Dev environment, but when i move it to the PROD environment inside the solution the flow will never get triggered and i will get this error:-

 

 
johnjohn_3-1694050003567.png

 

 

any advice why the workflow triggers are not working inside the PROD environment?

 

 

Where we defined the Trigger conditions as follow:-

 

 
johnjohn_2-1694049992194.png

 

 

 

 

and the parameters are environment variables.

2 Replies

Hi @john john 

 

Is your flow being triggered if you remove all of the trigger conditions?


Best Regards,
Sven

@SvenSieverdingYes , and the flow is working well on the Dev environment..