oh @v-qiaqi-msft thank you. I didn't knew this earlier.
I have one more question.
this seems complicated to explain, ill try to explain at best level
i have a text box called 'question'
and i have a submit button called 'generate answer'
so whenever user types any question and click the submit button, i will get a response from API and the result will be displayed as answer text box.
In backend , i used power automate to integrate external API to my power apps
Now i want to save the 'answer' that i get from the response, it should be saved in sharepoint list.
so, i added new step in power automate called update item, and it asking for unique ID, i entered as 1 and whenever i click generate answer, how come the answers will be added in sharepoint under unique ID multiple times when i click generate answer?
it seems complicated