M365 SPFX Azure Bot MS Identity Blogs SPFX webpart with
Powerapps Submit Form Get Id. Web main will include att1 and att2 in a lookup column as id. Then, the idea is to use something like this in the submit button:
M365 SPFX Azure Bot MS Identity Blogs SPFX webpart with
And the <> is just to indicate the field so you can delete that also. However, the syntax you use would look like this: Web once you submit the form (don't try to submit id it will autogenerate) the id sharepoint generates will just be the most recent one +1 so they will match. // check below before using it submitform(form_main) Web main will include att1 and att2 in a lookup column as id. As @bcbuizer correctly suggests, lastsubmit will return the last submitted record, including the server generated id value. Textboxleader.text}) if this reply has answered your question or solved your issue, please mark this question as answered. For how editform works, please check: (only time this would be inaccurate is if someone has deleted the most recent item in the sp list. Basically i need a unique id number to be created when someone starts a new form.
Web main will include att1 and att2 in a lookup column as id. Web once you submit the form (don't try to submit id it will autogenerate) the id sharepoint generates will just be the most recent one +1 so they will match. So if here you are trying to get the server side id once submitted by the editform control, this property would work. For how editform works, please check: Web i think here you are using the new mode, but it should be the editform control. Edit form and display form controls in powerapps. (only time this would be inaccurate is if someone has deleted the most recent item in the sp list. Web main will include att1 and att2 in a lookup column as id. // check below before using it submitform(form_main) However, the syntax you use would look like this: And the <> is just to indicate the field so you can delete that also.