I am trying to set a function to work in all of my collections in Postman.
Each of my collections has different environment, and I want to set the function only once to use it on all of my collections so I won't have to copy the function to each one of them.
I have found solutions that makes functions as global through requests in the same collections, but not over all of the collections.
Thanks in advance.