Hello, I would like to know if it is possible to change the initial folder to the same folder path that was selected as last desktop flow (so that it does not start at the desktop folder every time). I was thinking since the action produces a variable of the chosen folder/file path location, I could maybe store it to another variable so I can use it to change the initial folder. The problem is that im unsure how to make a variable that does not reset when the desktop flow stops.
edit: it seems that the "Display select file dialog" action doesnt have this issue since it uses file explorer to search for a file. However, for some reason the "Display select folder dialog" action does not use a file explorer window, so I assume that is an issue?