SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.22k stars 988 forks source link

Can I select default Documents as the list? #9706

Closed WaldoKing closed 2 weeks ago

WaldoKing commented 2 weeks ago

What type of issue is this?

Question

What SharePoint development model, framework, SDK or API is this about?

πŸ’₯ SharePoint Framework

Target SharePoint environment

SharePoint Online

What browser(s) / client(s) have you tested

Additional environment details

Issue description

Good day

Thank you in advanced for the assistance. On this guide: https://learn.microsoft.com/en-us/sharepoint/dev/business-apps/power-automate/get-started/create-your-first-flow

Point 5 states: Using the dropdowns, verify the connection information (SharePoint Site Address and SharePoint **List Name**) is accurate to ensure it uses your credentials.

Sharepoint site chosen with no problem. But I am not sure what the 'List' is? image A blank test did not work.

I saw I could create a list, but that creates a separate document library, and I was to query my main document folder. image Selecting the blank list I made also, states "invalid connection"

Could someone please elaborate on what this list needs to be?

Kind regards Waldo

mkm17 commented 2 weeks ago

Hi @WaldoKing, As I can see in the example, there is a When a new item is created trigger used, which allows you to choose one from a list created on a site. image

If you would like to use a Document library, you should use a different trigger, for example, When a file is created (properties only)

image

I hope that this information will be helpful.

WaldoKing commented 2 weeks ago

@mkm17 You are the best! that is 100% the answer. Thank you very much.