I have a form that needs to have the default value set to new because this is mainly for creating records in sharepoint.
the problem is that whenever user submits the form display changes to "no items to display"
my form has a custom data card that contains information on what to do next after submission but due to the display changing to "no items to display"
it is no longer visible.
I tried changing the OnSuccess property of the form to EditForm( formname); diddn't succeed still showed no items to display after submission
I also tried FormMode.Edit on the OnSuccess, ddnt succeed too still displayed "no items to display"
Also I have a button in the custom card which makes the user re-do the process if he wants to add another record in the sharepoint which isnt visible anymore because the form displays no item to display.
right now a workaround is to use Patch instead of SubmitForm to be able to still display what I need even after submission
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.