Hi everyone,
I'd like to create a activity record in Power Apps whenever there's any update in SharePoint as following conditions:
- Power Apps display record of modified file in SharePoint site.
- Each person will see only their own history record and not see record on anyone else.
- Display only last "limited" number of history records in Power Apps. (ie. last 5 records of that file)
- Not approach with creating a log record in spreadsheet, since the an apps user will be around 200 persons.
So far, I have tried using RSS feed url from SharePoint site on folder level that I want an update and use function:
RSS.ListFeedItems("https://xxxx.rss",{since:xxxxx})
but it show RSS list feed item failed error. (as shown in picture)
I'm an owner of SharePoint site so I wonder if there any concern about my organization credential?
I have tried using feed url from public website and it's working fine.
Thank you.