Skip to content

Commit

Permalink
add siteId
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuchi committed Oct 23, 2024
1 parent eb6f27c commit 54bdfb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions workflows/wf3/1-fetch-metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ const sheets = [
'F05-MHPSS Closure',
];

fn(state => {
state.siteId =
'openfnorg.sharepoint.com,4724a499-afbc-4ded-a371-34ae40bf5d8d,1d20a7d4-a6f1-407c-aa77-76bd47bb0f32';
return state;
});

getDrive(
{
id: $.siteId,
Expand Down

0 comments on commit 54bdfb4

Please sign in to comment.