By clicking on Button in APPS Page; The particular textbox or rich textbox data has to go for particular column of the respective table and with this respective textbox has to get empty. How to set this in Button properties. Please find the attachment for your reference.
I am trying this use case but unable to resolve it.
Can anyone help me on this task...
Hi @Roselin ,
According to your description, I think you want to submit the text to the Table.
So I did a test on my side. I create these columns in Dataverse and use it as a data source
In canvas, I add a Gallery, Form and a Button.
Select the above data source in the Item of Gallery and Form.
Write this in Button’s OnSelect.
SubmitForm( Form1);NewForm(Form1)
It will show as below.
Best Regards,
Zhi Chen