Hi @PennyP ,
You could take a try with expression below:
if(greater(outputs('Compose'),int(8000)),'gt8000@xxx.com',if(greater(outputs('Compose'),int(3000)),'gt3000@xxx.com','lt3000@xxx.com'))
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.