I have a document library that is linked to my D365. When a new record is created in the D365 entity and the user clicks to view documents, it automatically creates a new folder in that library and relates it to that D365 record. Good.
My goal is to have a flow triggered from that initial folder creation that creates 3 subfolders. The trigger seems to be the challenge. I found some older post about using a trigger "when element is created", when I then use IF / THEN to identify if the element was a folder, but I can't find that available. I hoped "when item is created" could do it, but that seems to only work for lists not libraries.
I also read older posts about not having anything to trigger based on folder creation. Is that still true? My first real flow... sorry if it's a very obvious answer.