0

I have a created list with values in it

When I create an item and click on "Next" then it should save and redirect to "Edit form". But instead of showing the values I have entered, it shows the previously edited item.

What am I doing wrong?

Edit form

sɐunıɔןɐqɐp
  • 2,609
  • 15
  • 30
  • 36
Manj
  • 1
  • 4
    Does this answer your question? [Pass a value to another screen](https://stackoverflow.com/questions/39232599/pass-a-value-to-another-screen) – Arun Vinoth Nov 14 '19 at 16:14

1 Answers1

0

Please check the default value of the form.And also one thing you can do is ,you can always filter the First row from the list,so it always shows the latest saved data.

  • Please explain how this answers OP's question. What default value and what should it be? – m02ph3u5 May 05 '20 at 14:54
  • There is a Default property for each of the fields in form.And since each time 'Next' is clicked values is getting saved and will be on the top row.So always when coming to Edit form,the 'Item' property of Form can be set to First of the list. – Aleena K Peter May 06 '20 at 05:04