Hello everyone,
I would be grateful for help with this flow (I am struggling with step 3).
1 Take data from a form - I have created the form
2 This data is then used to update a SharePoint list - I have created the list
3 This data is then used to create events in a SharePoint calendar - I have created the calendar.
The form works, data is transferred to the Sharepoint list successfully, but for the life of me I can get neither the form nor the Sharepoint list to transfer data to the Sharepoint calendar. I have tried various connectors, I don't know if I am using the wrong one or am missing something, but despite the system finding the correct Sharepoint site it will not find my specific calendar / events list.
I have been able to complete it using my personal calender but I want it to operate on a Sharepoint calendar.
Kind regards, K.
Solved! Go to Solution.
Hi @Kevor ,
If i understand correctly your not able to create an new event in event list after you received the form response,
here is an example flow that you can refer (key is if you are not seeing the event list in drop-down select "Enter custom value" and type the name of the list :
after you enter the list name you should be able to create new event with information:
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Can you post ac screen shot of your Flow? That will be a big help for those trying to assist.
Hi @Kevor ,
If i understand correctly your not able to create an new event in event list after you received the form response,
here is an example flow that you can refer (key is if you are not seeing the event list in drop-down select "Enter custom value" and type the name of the list :
after you enter the list name you should be able to create new event with information:
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Yes, this is the correct answer.
As for SP calendar, it is also a kind of SP list while user needs to put this calendar name manually with the custom value instead of picking it from the drop down list.
Thank you to everyone for your assistance, I just need to find the answer to my calendar problem now 😡.