Hi all,
I have been trying to follow some previous articles (namely
I currently have a form which asks a user to submit payments against a reservation. I have used a repeating section to allow the user to submit more than one payment.
I was able to loop and add that data to a Sharepoint list where each ‘transaction’ is a new row (thanks to the advise of
The second part of my solution (and the bit that I fear wont be possible) to the issue I am trying to resolve, is for a different user at the end of the day to go into another form, query all the transactions that were submitted on that day in the particular station, then add an authorisation code. Similar to the mockup-below
The authorisation code will then be added to the relevant row in Sharepoint. This will then be used for the reconciliation of the payments against the accounts.
I have tried a few things (query SP list, retrieve an item, loop for each) but I don’t know how I am able to have it display each row in a way that I am able to see the information and add more information to the row.
I hope this all makes sense (and is possible!)