Good Day Guys,
I have a fully functioning Issue Logging/Ticket Tracking app which is presently connected to a table in EXCEL and due to sacalability issues. I would like to transition to SharePoint List as the data source for the app.
When I export the excel sheet out to the share point list I am met with a few issues :
- Issue number 1 : some column types that are setup as date are being converted into 'Single Text' or 'Number' columns and the sharepoint list does not allow me to change it to date and time.
- secondly, when I connect the sharepoint list to my app, all the data cards go wonky, that is understood, but I cant seem to reference the sharepoint list and update data card, when I replace the reference from excel to the sharepoint list name in the code, I am still getting the an error as if the reference is unrecognizable to my app.
lastly, is there an easier to do it? or will have to change reference for each data card in my app to point towards the sharepoint list?
Thank you for your help