avih75 / PickerFieldsControl

MIT License
0 stars 12 forks source link

Automatic upload/update of CSV data #23

Open mksa1 opened 2 years ago

mksa1 commented 2 years ago

The source data used by the PickerField is maintained in a SharePoint list. Currently we automatically generate the CSV data using Azure Logic Apps and manually upload the newly generated CSV content. We would however like to automate the last part - i.e. upload the CSV data.

We have played around with a HTTP request from Logic Apps, but seems to fail due to the alerts/popups from the config scripts.

Do you see any way of full automating the upload?

avih75 commented 2 years ago

Actualy you can look in my code And see how i upload the file The idea is to convert the file to some kind of model and save it in the azure stack under the name of the control.... Just look at my code, you can figure it up.

השג את ‏Outlook עבור Android‏https://aka.ms/AAb9ysg


From: Mikael Andersen @.> Sent: Tuesday, September 21, 2021 11:18:12 AM To: avih75/PickerFieldsControl @.> Cc: Subscribed @.***> Subject: [avih75/PickerFieldsControl] Automatic upload/update of CSV data (#23)

The source data used by the PickerField is maintained in a SharePoint list. Currently we automatically generate the CSV data using Azure Logic Apps and manually upload the newly generated CSV content. We would however like to automate the last part - i.e. upload the CSV data.

We have played around with a HTTP request from Logic Apps, but seems to fail due to the alerts/popups from the config scripts.

Do you see any way of full automating the upload?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/avih75/PickerFieldsControl/issues/23, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIPBUI5LY2LARZRWPR6RAP3UDA5UJANCNFSM5ENZD7BQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

mksa1 commented 2 years ago

Thanks for the feedback. I already started looking a bit into that, so will continue down that track.