I am trying to use Form.Last Submit functionality but it returns only a blank value. I thought it could problem with the form and tried it a new form and even that does not help either.
I tried changing the data sources as well, Form.Last submit is not working, However, already defined Form.Last submit still works. Only the newly defined Form.Last Submit returns blank values. What could be the reason for it?
Help me to solve this issue.
Inspection_Overview_form.LastSubmit returns data
However, Inspection Form_2. LastSubmit is not returning any data
To identify if the problem is related to the form itself or within the app, I tried the following steps
1. I created a new Inspection Form 2 with the same data source and tried the Form.LastSubmit it does not work .
2. I created a new Inspection Overview Form and tried Form.LastSubmit, even there it is not working but as you can see in the screenshot the previously defined Inspection_Overview_form.LastSubmit still works!
3. I tried creating a new app and inserted a new Form and connected to the data source and checked the Form.LastSubmit, the issue still remains the same.
Help me to solve this issue