Queues to contains flow condition

Hi @chaitanyaKumar

Use the below syntax in Flow Decision:
System.Text.RegularExpressions.Regex.IsMatch("https://www.aaaaa.com/orgs/MSS/teams/mss.","[A-Z]+")

If True, continue with further process, if False do the required process.

Hope it helps!!