Hello,
When I attempt to submit my form, it should write the new form data to the SharePoint list 'ERP Time Entry'. However, when I click on it, nothing happens. I checked the list, and no new entries were made. The entries also did not populate in the app. There must be something holding me up.
The code for the OnSelect property of the Submit button is:
SubmitForm(InputScreenAdminForm)
What do you think the issue could be? I was suspecting maybe some column incompatibility, but I get no errors in the flow checker.