No, for resources created via user interface, as far as I know, there is no such possibility.
You can safely use any loop with 'ignoring errors' inside, if you need to wait for adding elements.
When I want to save a code I use in the "run process" module with the -o '%(title)s.%(ext)s' statement, it does not appear with the title and file extension.
How can I solve this problem? Is a different symbol required instead of %?
How does this process occur?
edit. ok problem solved. Two %% signs were required.