Browser close event

0
How can I automatically close a browser window from a microflow?
asked
1 answers
1

You can use a html snippet with javascript

window.close();

but this is limited.

answered