About 247,000 results
Open links in new tab
  1. Use Sharepoint to maintain test results - Stack Overflow

    Mar 31, 2014 · I'd like to use Sharepoint to maintain UAT test results from different testers. I have a number of test cases, currently defined in a sharepoint list, categorized by 2 columns (Category level …

  2. Connect to SharePoint Online from NodeJS using an impersonate ...

    Apr 29, 2024 · To interact with SharePoint Online, we can either use the REST API, or Microsoft Graph. In both cases, a Bearer Token is required. How to get this bearer token in a Windows environment? …

  3. What are the "cool" use cases for SharePoint? - Stack Overflow

    May 30, 2010 · Document libraries in a Microsoft environment. There are many nice out-of-the-box features for managing documents. Intranet sites that have permissions setup in such a way to allow …

  4. C# 8 switch expression with multiple cases with same result

    Jun 20, 2019 · How can a switch expression be written to support multiple cases returning the same result? With C# prior to version 8, a switch may be written like so: var switchValue = 3; var resultText …

  5. sharepoint - How can I get subFloder's items displayed on PowerApps ...

    Mar 12, 2021 · I'd like to have content in sharepoint's sub-folder to be displayed on PowerApps Gallery, I tried "Items = ClearCollect (testDoc,Filter (Documents,'Folder path'="Documents/General/Use Cases...

  6. github - Can SharePoint Online automatically pull/update from a git ...

    Mar 12, 2021 · 1 I'd like to mirror files from a git repository into SharePoint Online (or Teams) where people could browse through and view/download/share the latest versions of the files without having …

  7. How to Form URL to Fetch Items From a Sharepoint List via Graph API?

    Aug 15, 2023 · The first URL (with AllItems.aspx) is the URL to display the list in your web browser (with the interface, logo, navigation, etc.). To get only data in JSON, you can use Graph API (but also …

  8. sharepoint - Power Automate trigger condition not working correctly ...

    Sep 6, 2024 · I have set an additional trigger condition to only run the flow when the status of a sharepoint item is either 'new' or 'rejected. When the approver 'rejects' the request the status …

  9. powerapps - Using Power Apps to add a new value to a multiple-value ...

    Jun 27, 2022 · One approach I have attempted (based on reading similar use cases online) is to create a collection from the Favorites column, add the new value to that collection, then patch the entire …

  10. In Power Automate flow, how to Get Items from SharePoint List that …

    Aug 18, 2023 · Desired Behaviour I'm wanting to run a recurrent flow daily, that gets items from a SharePoint List: That have the status of Submitted That were created yesterday What I've Tried …