Files
alighasami 3d5eaf9445
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
first commit
2026-03-17 16:22:57 +03:30

77 lines
1.5 KiB
JSON

{
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [0, 0],
"id": "d8d29d0a-bb31-4094-a252-8008932f5425",
"name": "When clicking 'Test workflow'"
},
{
"parameters": {
"resource": "item",
"operation": "get",
"site": {
"__rl": true,
"value": "site1",
"mode": "list",
"cachedResultName": "site1"
},
"list": {
"__rl": true,
"value": "list1",
"mode": "list",
"cachedResultName": "list1"
},
"item": {
"__rl": true,
"value": "item1",
"mode": "list",
"cachedResultName": "item1"
},
"requestOptions": {}
},
"type": "n8n-nodes-base.microsoftSharePoint",
"typeVersion": 1,
"position": [200, 0],
"id": "0e19be10-9d94-4654-89e9-432daa8102cb",
"name": "Microsoft SharePoint",
"credentials": {
"microsoftSharePointOAuth2Api": {
"id": "cXXnMCWyk397M5qJ",
"name": "Microsoft SharePoint account"
}
}
}
],
"connections": {
"When clicking 'Test workflow'": {
"main": [
[
{
"node": "Microsoft SharePoint",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {
"Microsoft SharePoint": [
{
"json": {
"id": "item1",
"createdDateTime": "2025-03-12T22:18:18Z",
"lastModifiedDateTime": "2025-03-12T22:18:18Z",
"webUrl": "https://mydomain.sharepoint.com/sites/site1/Lists/name%20list/1_.000",
"fields": {
"Title": "Item 1"
}
}
}
]
}
}