Hi @SumaD ,
You can use a trigger condition to check and trigger only if the selected SharePoint column is not empty,
@not(empty(triggerOutputs()?['body/#SPColumnInternalName']))


This way the flow itself won't trigger unless the selected SharePoint column is not empty.
Hope this helps 🙂
Kind Regards,
Shaik Sha
________________________________________________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.