Pranav Bhagat
Kilo Sage

You can use regex to extract the user id like the below screenshot then you can use .replace method to change the ID.

find_real_file.png

 

Regex -:(.*)

 

Try here :https://regexr.com/

 

Regards

Pranav