Hello All,
I would like to know is there a way we can disable the button when the user tries to submit the data for the second time. Please advise.

Hello All,
I would like to know is there a way we can disable the button when the user tries to submit the data for the second time. Please advise.
Hi @nagaraj007 ,
Please try this:
Add the below formula on the button displayMode:
If(counrows(Filter(datasource,useremailID=User().Email))>0,DisplayMode.Disable,DisplayMode.Edit)
I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.
Regards,
Krishna
If this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.