Change Process Folder State

Is there a way to change the state of a Process Folder?

Comments

  • Of course. Please navigate to User Defined Types -> Flow Data Extensions -> Your Database Name with the Flow Designer choosing the Fetch By ID step. We will fetch the Process Folder by using its EntityID. The next step will be the Set Entity State step under Process. The ProcessFolderID input is the EntityID output from the Fetch By ID step. Finally, State will be a constant type with the name of the new state.


Sign In or Register to comment.