Hi,
I have a SharePoint list with all of the books we have in our organization. Now I want to enable users to mark a book as borrowed so everybody knows where the book currently is.
I used PowerApps to change the SharePoint Form and added a button to borrow a book. The current user name will be added to a specific column to mark the book as borrowed. This all works fine.
Now I want the user to be reminded to give the book back after 14 days. So I used Outlook-Tasks. There, I can add a reminder. But when I try to use something like "DateAdd(Today();14)", it says there needs to be record-value rather than a date. So how can I add a date there?
Thanks in advance!