I have a text box called 'question' and a submit button called 'generate answer'
So whenever user types any question, and click generate answer , a answer text box will be displayed below and the answer will be shown
So this process is happening in backend using external API and power automate.
Ok, so whatever question they type, it will be saved in sharepoint list (under a column field called question)
along with answer also it will be saved in sharepoint list (under a column field called answer)
pls note that :
the question text input is named as TextInput1
and submit button is named as Button1
-------------------------------------------------------------------------------------------------------------------------------------
Now my question is,
how can i make the user type question 10 times only in a day and if the user reaches more than 10 times, the text button and submit button should be disabled.
how to write logic code for this?
@RusselThomas @WarrenBelz
------------------------------------------------------------------------------------------------------------------------------------------
pls note: im authenticating user creds in backend using sharepoint list.
username is saved in a column called 'user'