
Hi @Muhammad Kamran ,
To your first requirement, I think it cannot be achieved using Power Automate flow but using JSON column formatting.
For example:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"txtContent": "@currentField",
"style": {
"font-size": "30px",
"color": "=if([$n1]<[$n2], 'green', 'red')"
}
}
As to the second requirement, you can design an automated cloud flow using "condition" control and "Send an email(V2)" action like the below example. The trigger of the flow should be "When an item is created".
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.