Is it possible for when you submit a form to sharepoint from powerapps to Submit all the data from that entry, reset the form and only clear some of the datacardvalues? i wish to keep a few of the columns and text as the next form will have the same values?
Solved! Go to Solution.
You might look into the LastSubmit option: https://powerusers.microsoft.com/t5/General-Discussion/How-to-get-list-item-id-in-submit-form/td-p/5....
Maybe set the Default Property of the Form Card or Control to formName.LastSubmit?
Good luck!
Hi @shaneOZ,
I do not think this could be achieved. Since when you open the edit form, it need to display the data with exsiting record or in NewForm mode. If it's exsiting record, then you cannot use Form1.LastSubmit.ColumnName to show the data of previous submitted data. If you are using it only to create new records, then in NewForm mode all data cards are blank.
Regards,
Mona
Thanks for posting in the community @shaneOZ. Can you review the above replies and advise if they answer your question?
Thank you,
User | Count |
---|---|
132 | |
126 | |
73 | |
72 | |
70 |
User | Count |
---|---|
206 | |
200 | |
64 | |
63 | |
51 |