Is it possible to create custom trigger parameters for a manual trigger?
I'm trying to create a flow that is triggered manually with a drop-down list of custom parameters. I want a list of all the clients so that the user can either select a client name from the existing list or write in a new one. The flow is going to create a folder structure underneath the client folder.
I could have the user type in the client name, and then have the flow check the folders to see if that client exist, or if another folder needs to be created with that client's name. However, I want to eliminate the possibility of misspelling the client name by using a pre-existing list.
I see that you can create a dropdown list of items for the manual trigger flow, but is there any way of keeping it updated? Can I allow the user to add another item to the drop-down list?