Create a Ticketing System in Sharepoint with Power Automate

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • I take you through a way to create a simple yet powerful ticketing/tasking system using only SharePoint and MS Power Automate (MS Flow).
    The design uses no code and can be be customized to suit your business needs.
    First create a SharePoint List that will hold the tasks. I created the fields:
    Status - Choice Field
    Email Sender - Choice Field
    Assigned To - Person/Group Field
    Date Received - Date/Time Field
    Date Assigned - Date/Time Field
    Date Completed - Date/Time Field
    Then we create a Power automate (MS flow) which checks the shared inbox, and creates a list item, attaching the email file to the list item. You can see that flow here:
    www.sharepoint...
    We then create views for the Tasker in SharePoint.
    After this we create another Power Automate (MS flow) that triggers when the item is modified. This Flow updates the status when Assigned To is filled. You can see the flow here:
    www.sharepoint...
    Finally we test.
    More status's, and flows can be created to suit your needs. KPI's and reporting could easily be attached to the data collected here.
    Also you should consider indexing the status & Assigned To fields to prevent List View Threshold problems in the future.
    www.sharepoint...
    Update- In the comments I was asked how you can relate an existing email to task already created assuming it is a reply or a forward. I explain that in a blog here:
    www.sharepoint...
    *UPDATE*
    A few people have asked about blank .eml files. It should be getting the file contents from the Export Email (v2) action and not the trigger.
    Mine looks like Outputs(‘Export_Email(V2)’)[‘body’] when you hover over it.

Komentáře • 164

  • @bardaprasad2031
    @bardaprasad2031 Před 20 dny +1

    Excellent work mate, This is going to save a lot of cost small businesses and teams.

  • @UliDaNihilist
    @UliDaNihilist Před rokem +12

    I see why people (myself included) were getting blank emails in the attachments. At the 5:13 mark in the video, you had chosen the Sharepoint Body under File Content instead of the email Body. I was having that problem and looked at your screenshots and saw it was different there. Once I corrected that, it worked perfectly. Thank you for this video. I created a ticket system for our small IT company using it.

    • @davidsheumaker3836
      @davidsheumaker3836 Před rokem +2

      thank you for this comment

    • @stouttaaddis989
      @stouttaaddis989 Před rokem

      Thank you for noticing and informing us, i appreciate your assistance!

    • @Kevin-jw5nv
      @Kevin-jw5nv Před rokem +1

      I appreciate your comment! Thank you very much!

    • @bruces8070
      @bruces8070 Před 7 měsíci +1

      I didn't see the Sharepoint Body as an option; only Outlook options were available in the "dynamic fields". Any idea as to why or to solve? This is my only hang-up. Otherwise, my flow works.

  • @caseyreissig5622
    @caseyreissig5622 Před 2 lety +12

    This was/is top-notch. This is gonna save my company a ton and time savings too. Used your basic idea and incorporated sharepoint/microsoft forms as well. Thanks man!

  • @andrewcowland5968
    @andrewcowland5968 Před 2 lety +1

    Great solution for multiple individual SharePoint Helpdesks

  • @vijeshkumar3353
    @vijeshkumar3353 Před rokem +6

    This is a great solution. But I have a question - When someone replies to an email that creates another ticket. Is there any way to avoid duplicate tickets when someone replies to the same email that created a ticket already?

    • @nawaa7947
      @nawaa7947 Před rokem

      yah same question have you found solution for it ?

    • @SteezyG
      @SteezyG Před rokem

      @@nawaa7947 Im still looking for a solution too..

    • @mge415
      @mge415 Před 11 měsíci +1

      Same issue here did you found something ? i tried with Power Automate, create another list tried to merge ...

    • @SaryAt
      @SaryAt Před 6 měsíci

      Did you find a solution for this issue ?

    • @ShaileshV-b8k
      @ShaileshV-b8k Před 9 dny

      find a solution for this issue ?

  • @Martinvaillancourt-uv6uu
    @Martinvaillancourt-uv6uu Před 3 měsíci +1

    I like this and it is part of my learning process. Thank you very much. :)

    • @kenanderson5739
      @kenanderson5739 Před 3 měsíci +1

      Careful, if you get good, this is all you'll do at work =D

    • @LOV111VOL_
      @LOV111VOL_ Před 3 měsíci

      i love You do You love me too :) ?

  • @melodic_iam9167
    @melodic_iam9167 Před 7 měsíci +1

    This has been very helpful but power automate has changed in display so I am at a standstill in the creating flows

  • @renaldorf
    @renaldorf Před 2 lety

    You look serious. That's good.. Too much positivity can be toxic and this youtube world is full fake smiles, which make people don't focus on the point. Thanks for the video, it helped me a great deal.

  • @eugenechua9129
    @eugenechua9129 Před 2 lety +8

    goodness...pls slow down the step! i had to play at 0.5 speed!

  • @user-zh5ji1op9r
    @user-zh5ji1op9r Před 6 měsíci

    This is great! Thanks for sharing mate, will be very helpful for our small organization:)

  • @alyssaperez5373
    @alyssaperez5373 Před 2 lety +6

    Hello, first of all, thank you for this - very helpful! Everything is working great EXCEPT FOR the part where the full email body / chain gets attached...There is a file attached but when I open it it is just a blank email. Is there any suggestions you may have? I'm SO CLOSE to this being a game changer for the company!

    • @mandeepsinga9564
      @mandeepsinga9564 Před 2 lety +3

      I was facing the same issue. Here's how i fixed it.
      ID : Sharepoint ID,
      File NAME : email.eml
      File Content : Outlook body

  • @AbdiasColon
    @AbdiasColon Před rokem +1

    Very useful video. Just need to be a little slow when making the process on Sharepoint and Power Automate.

  • @q2l867
    @q2l867 Před 6 měsíci +1

    is the educational version of share point enough?

  • @kenanderson5739
    @kenanderson5739 Před rokem

    Thank you for this guide. This helped me get started and I have added many more workflows in Power Automate.

    • @kenanderson5739
      @kenanderson5739 Před 3 měsíci

      I've been promoted for my Power Automate efforts :)

  • @genocookz
    @genocookz Před rokem +3

    I love this system but is there a way to only receive the one ticket from the first email and not create tickets from reply emails?

    • @SteezyG
      @SteezyG Před rokem

      Did you find out how to do this?

    • @hunterkrakow
      @hunterkrakow Před 6 měsíci

      @@SteezyGdid you manage with this?

    • @SteezyG
      @SteezyG Před 6 měsíci

      @@hunterkrakow no but the new outlook upgrade is able to launch conversations a lot better. I think it's possible now but I haven't figured it out.

  • @khutbahjumatdakwahsunnah

    Thank you very much. It is very useful for me. Plus one a new subscriber for this channel.

  • @caseyallison9262
    @caseyallison9262 Před rokem +1

    This was extremely helpful and easy to set up

  • @GalleryAquaticaTV
    @GalleryAquaticaTV Před 2 lety

    Amazing. I was considering share-point pro but now I’m convinced. Great timely content for me.

  • @newlifefoundation3917
    @newlifefoundation3917 Před 2 lety +2

    there is confusion if someone reply on the automated ticket email how system will decide it is a new ticket or old one how it will react with mail

  • @SgtRock_Easy_Company
    @SgtRock_Easy_Company Před 2 lety +3

    Love what this can do , however, having an issue replicating it as I am stuck at 'Create Item' as the site I created to use this is does not appear in the avail site list, Tried to paste the URL, however that did not help. If it helps, I did create the site and list all today. Though, I would not think there would be any kind of replication issue to overcome?

  • @stouttaaddis989
    @stouttaaddis989 Před rokem

    Thank you for your time and explanation, this is a great video!!

  • @titopancho
    @titopancho Před 15 dny

    excellent tutorial.. i was able to re-create this in my office.. the only problem i am having now is, when a ticket / task is assigned to a user and the user change the status to "In Progress" the item or task disappears from the user's "my tasks" view.......

  • @raphaelthomas7510
    @raphaelthomas7510 Před 2 lety

    Great video and tutorial! easy to follow and Michael was really helpful too. cant wait for more videos

  • @arthurburnside1361
    @arthurburnside1361 Před 2 lety +1

    I'm sorry if I'm still missing 'something', but I've read all the comments/replies as well as your updated instruction concerning the "Outputs(‘Export_Email(V2)’)[‘body’] when you hover over it", and my email is still blank. I don't understand how to make the required change/modification to obtain the body of the email message. Everything else is working flawlessly and I appreciate any guidance. Thank you!

    • @UliDaNihilist
      @UliDaNihilist Před rokem

      Arthur, if you go back to the 5:13 mark in the video, the last item you choose is File Content for the email attachment. In the video, he accidentally chose Sharepoint Body, when it should have been Outlook Body. Just change that part and it'll work. If you look at his screenshots in the description, it is correct there.

  • @CritBeatsRaw
    @CritBeatsRaw Před rokem

    Hey SPP! loved the vid walkthrough! Just had a quick question on what level license of power-automate was required to setup these flows. thanks!

  • @Willysoft81
    @Willysoft81 Před 2 lety +1

    Thank you for this. I appreciate you sharing this information. It is very helpful.
    I have a question. I made a flow so that when the user changes the status to "completed" it adds the completed date automatically in Sharepoint. The problem is that it changes the completed date of all previous records. How to make it only change the date of the record that is completed and not the date of all the records created.
    thank you very much.

  • @kangdave3436
    @kangdave3436 Před 2 lety +1

    I appreciate your detailed explanation about making a ticket system using Share Point and Power Automate. Got a question. To proceed the test in the Power automation after complete flows, the original mailbox should be shared mailbox? Or can I use my personal Office365 E-mail for the test? Thanks for your effort again.

  • @ShadowOG69
    @ShadowOG69 Před 2 lety +5

    Hello this was really helpful. I just get one issue, when I click in the email.eml download after testing, it shows a blank email. But i dont get any errors in the testing process. Is there any way you can help ? Thank you!

    • @Sigmaringenrocks
      @Sigmaringenrocks Před 2 lety

      Same for me, piggybacking this comment to not miss any helpful hints.

    • @sharepointpro7900
      @sharepointpro7900  Před 2 lety +1

      @@Sigmaringenrocks can you both shoot me an email via the contact page on my wepbage www.sharepointpro.com.au/. Once I have your email I'll contact you and we can try and diagnose the issue. I really need a screen shot of your flow.

    • @sharepointpro7900
      @sharepointpro7900  Před 2 lety +1

      @@Sigmaringenrocks Check out the description, I've added extra info

    • @sharepointpro7900
      @sharepointpro7900  Před 2 lety +1

      Check out the description, I've added some extra info

    • @ShadowOG69
      @ShadowOG69 Před 2 lety

      Hi i just wanted to check back in and let you know that i followed your updated blog post and it all works now. Thank you very much!

  • @arvinmorales306
    @arvinmorales306 Před 2 měsíci

    Amazing job. Is there a way to display the body of the email when opening a ticket as opposed to having to click on the email attachment?

    • @kenanderson5739
      @kenanderson5739 Před měsícem

      There's a character limit, so email attachment is the best way to go

  • @vanessadonley3318
    @vanessadonley3318 Před 2 lety +2

    Hi, is there a way for the ticketing system to only show the first email (Not the reply emails in the chain?) Or to put the reply emails in the same ticket?

    • @caseyallison9262
      @caseyallison9262 Před rokem

      @vanessa Donley Yes, filter the Title- "Filter by Title"

  • @Christina-zq1xl
    @Christina-zq1xl Před 2 lety

    This video goes very fast and is blurry. Are there any other directions or steps that are clearer? I can tell this is a great video.

  • @alfadat
    @alfadat Před 12 dny

    Great development! Any way to create Tickets numbers and follow from that?

    • @kenanderson5739
      @kenanderson5739 Před 9 dny

      Yes, use ID. You can unhide the ID column in SharePoint.

  • @calvinb506
    @calvinb506 Před 2 lety +1

    I have a question : Once you took a ticket, can you send automaticaly an email to your customer to inform them that it's been assigned ?

    • @mge415
      @mge415 Před 11 měsíci

      You can do it with powerautomate :)

  • @RITESH21X
    @RITESH21X Před rokem

    Hi Thanks for your great contribution. i just want to ask last condition you mentioned and it is not completed.

  • @aranbillen5954
    @aranbillen5954 Před rokem +1

    Thank you for this! Is it possible to use a format that enables you to open the attachement in outlook web rather than the outlook app version?

  • @juliemeaux8363
    @juliemeaux8363 Před rokem +1

    Great instruction! I wanted to trigger a ticket based on an email attachment where user can open the pdf file then save to their folder. However, the attachment created was an .eml attachment that opens to a blank screen. Is there a way to view the attachment and save to the folder?

    • @jasonmillar2986
      @jasonmillar2986 Před rokem

      I got the same error. I had to change the File Content field in the "Add attachment" flow step to the Outlook V2 "body", not the Sharepoint "body". That solved my issue with the blank email.

  • @aspira2011
    @aspira2011 Před rokem

    Hi, thanks a lot for this video, sure the best video regarding the subject i searched for. one quick question is it possible to have a columm called Location where it gets the O365 user location?
    I tried to use Office 365 Users conector but maybe I doing it wrong. thanks in advance and again congrats for the amazing work.

  • @King_Marzz
    @King_Marzz Před 2 lety +1

    Hello. Im on the step where you type “tickets” in the “original mailbox address” but on my end the “ticket” selection doesn’t pop up. Timestamp 3:07 … Thanks

    • @yogadautama5425
      @yogadautama5425 Před rokem

      i think you must have a shared mailbox to make it appear... have you done it btw? im trying to make a shared mailbox but i think i can't because i'm not an admin.

  • @pittmantechno
    @pittmantechno Před 2 lety

    Hey Great tutorial thank you! - Do you need a special license for power automate ?

  • @YUSU-mo7ld
    @YUSU-mo7ld Před 2 lety

    This is so helpful. Please can you help me out with the code to find messages with the same subject header? I followed your instructions but get an error at this step.
    Thanks.

  • @hbhachu
    @hbhachu Před 7 měsíci

    I'm getting a error message when trying to "Create Email Ticket When Email Arrives" automate workflow. The error message reads "Invalid Connection". Do I need a SharePoint Pro in order to create an automate workflow for email

  • @sandraalbarran06
    @sandraalbarran06 Před 9 měsíci

    I am having trouble attaching the email. I followed the steps but all I get is a blank email.

  • @professor3095
    @professor3095 Před rokem

    Sharepoint delivers a template for a ticket system. Thats cool although

  • @titopancho
    @titopancho Před měsícem

    i have tried several times, using a shared mailbox an also a regular mailbox.. the first flow "when new email arrives" check good in 0.5 second. but the second one "export email" never works.. :(

    • @kenanderson5739
      @kenanderson5739 Před měsícem

      Using Export email (V2)? And connecting the corresponding Message ID?

  • @evgeny9445
    @evgeny9445 Před 2 lety

    Hello! Thank you!!

  • @ketchupdaddy
    @ketchupdaddy Před 8 měsíci

    Hi Mate, what is the office 365 user connection being used here? when pooulating the original Mailbox address the shared mailbox is not showing TIA :)

  • @mariammayengo1777
    @mariammayengo1777 Před 6 měsíci

    good tutorial, however mine doesnot work well like yours even when i follow it to the letter...

  • @dfaridon
    @dfaridon Před 10 měsíci

    Great video! Question, what step would you add so that new tickets are not opened when client replies to the same email. We reply to the client on Outlook and dont want duplicate tickets when they reply back.

    • @kenanderson5739
      @kenanderson5739 Před 10 měsíci +1

      Create a flow with a condition of RE: or re: and move to a different View in your list, outside of your Work list. While it will create a ticket, there will be instances that more work will be needed and it's good to have this reference and good to count all correspondence coming to your shared inbox.

    • @dfaridon
      @dfaridon Před 10 měsíci

      @@kenanderson5739 will try this. Thank you

    • @Zelnick.SD.Engineer
      @Zelnick.SD.Engineer Před 7 měsíci

      ​@@kenanderson5739 Did you create a whole new flow or did you create a condition within the current flow? Can you explain exactly how you did it?

  • @mge415
    @mge415 Před 11 měsíci

    Big Thanks !
    i would like to know how you manage when you receive a response to an existing "open ticket" ?

    • @kenanderson5739
      @kenanderson5739 Před 10 měsíci +1

      What I did for the scenario:
      1. Send out notification e-mail to ticket creator with hyperlink to their ticket
      2. Create a flow to grant item level access to ticket creator, so that they are able to respond
      3. Flow to notify ticket processor when item cell has been updated with ticket creator comments

    • @mge415
      @mge415 Před 9 měsíci

      @@kenanderson5739 thank you 🙏

  • @gvenkatakrishna20
    @gvenkatakrishna20 Před rokem

    Email attachement does not contain any data when we run this code.. please help

  • @Piet-72
    @Piet-72 Před 10 měsíci

    Thanks for the great tutorial! I have also checked the blog post on filtering for replies to existing tickets but can not seem to get the flow to work. It errors on the Get-Items section with BadRequest. The error as follows: The expression "Status ne ‘Completed’ and Status ne 'Existing Task' and substringof('SP Ticket test 05',Title) and Id ne 100" is not valid. Creating query failed." If I understand this correct it checks for Status not equal to Completed and not equal to Existing Task. The ticket subject was "SP Ticket test 05" and I assume the Id returned as 100 was the one that was created as the reply, since it changed with every test. I'm no sure what I am missing here.

  • @Shekaib0007
    @Shekaib0007 Před rokem

    I followed all the steps, but I cant find the "SITE ADDRESS"

  • @bonamainza8109
    @bonamainza8109 Před 9 měsíci

    How about the date completed mine is not updating automatically - do I need to manually add a date for Date Completed? Thanks in advance.

    • @kenanderson5739
      @kenanderson5739 Před 9 měsíci

      Start with when an item is modified, create a condition, if status = completed, than update item completed date to utcNow() - similar to the date assigned process he covers

  • @olivergraf3448
    @olivergraf3448 Před 2 lety

    I've tor a problem to open eml-Files in Sharepoint to see the body content of the mail. And if I use a third party tool for this the content is empty. Perhaps I do something wrong ?

  • @hearthrob300
    @hearthrob300 Před 2 měsíci

    I am trying to create a form submission system at work where job request forms are sent in via sharepoint and an automated response will send the submitter a queue number letting them know where they are in line for completion of the job based on how many other forms are to be completed before them. Can you assist me with this?

    • @kenanderson5739
      @kenanderson5739 Před měsícem

      Create an automated cloud flow with these triggers MS Forms (When a new response is submitted, Get Response Details)- SharePoint (Create Item)-Outlook (Send an e-mail). There are good tutorials on the internet on how to do this in more detail.

  • @ariakarimi6414
    @ariakarimi6414 Před 9 měsíci

    How to add an attachment from the received to the same row of SharePoint list.

  • @jibby135311
    @jibby135311 Před 2 lety

    I don't know what I've done wrong, but the flow fails at the first step. I've rebuilt the flow, the shared mailbox has all the right permissions, it just fails every time. If the mailbox is hidden from the GAL, will that cause it to fail?

  • @LeahHacklemanGood
    @LeahHacklemanGood Před 2 lety

    I'm trying to do this using a user-submitted form as the first step!

  • @jadenlee4018
    @jadenlee4018 Před 8 měsíci

    @4:39 Im not getting the ID option. I only get something about attachement size. Can someone please let me know what I missed. Thanks in advance

  • @manishbhalla1979
    @manishbhalla1979 Před 2 lety

    Hello. This looks great. Can I ask if there is a particluar type of Sharepoint Site that needs to be initially created? Team Site or Communication Site?

  • @Cebuanoontwowheels
    @Cebuanoontwowheels Před 2 lety

    Thank you very much good sir! This is such a great help. Will wait for more uploads. I do not know the term, but do you know how to setup tool (I remember we called it OSP Tool) It's a tool used by supports to log or raise tickets, they just need to click a link on that tool and it will redirect them to the specific link. That tool has the details like, how to log a ticket, the fields that need to be filled up, a screenshot of the template. And It can only be updated from sharepoint.
    I hope this makes sense. T.T

    • @sharepointpro7900
      @sharepointpro7900  Před 2 lety +1

      Hi, I'm sorry I don't know what tool you are referring too. You could create a way for internal support to raise tickets using Power Apps, MS Forms or just the standard sharepoint additem.aspx . With the first 2 you could have instructions on the form itself. But I usually make an internal wiki for staff to read about the business protocols and then they create a ticket by using sharepoint additem.aspx form.
      ps- more videos soon. I've been swamped with real work lately :(

  • @apoloniomaramag4302
    @apoloniomaramag4302 Před rokem

    Hi, why is it that you cannot reply to the attached email.eml? How to make it possible that once I open the attachment, I can just reply immediately to the email. Thanks for anyone who can answer.

  • @ShaileshV-b8k
    @ShaileshV-b8k Před 11 dny

    Please share when email arrives then update existing ticket in SharePoint

    • @kenanderson5739
      @kenanderson5739 Před 9 dny

      You should try and research these specific situations on your own. SharePointPro does not go over interpreting e-mails to update existing tickets. He goes over how to convert new e-mails into SharePoint tickets.

  • @PatrickPreyss
    @PatrickPreyss Před 2 lety

    Hello, is there a possibility to implement this system directly into Microsoft Teams? I saw it one time, so there I can click on “ticket” into teams and describe my problem directly to the admins without a mail.

  • @arenascarla8166
    @arenascarla8166 Před rokem

    Is there a way to send an auto notification to the requestor if the column "status" change from blank eg. to ongoing with the message of ticket # and other details in the column?

    • @aspira2011
      @aspira2011 Před rokem

      I managed to do that, in my case I used notification when ticket is closed. you can user Mail notification V2 and you can also personalize the mail messa it sends. you will need to creat a condition for the status change and add the action inside the condition - send an email(V2)

  • @NewPompeii
    @NewPompeii Před rokem

    Thanks

  • @elipicazo268
    @elipicazo268 Před 9 měsíci

    how do you keep a comment log to document events and communication?

  • @michaelfullerton3626
    @michaelfullerton3626 Před 2 lety

    Hello...I'm so new to this that it's sad. I followed along and everything works as designed (Amazing, for me!). Except I may be missing something when it comes to the 'email.eml' part. In my test tickets, the attachment is always 'email.eml' even if I attach a file to the email. I'm expecting the contents of that particular email, or the attachment, to be here, but it's the same for all...nothing. Did I misunderstand this part?

    • @sharepointpro7900
      @sharepointpro7900  Před 2 lety

      So this video only shows you how to attach the whole email file to the task. But you can add the email attachments as separate list item attachments to SharePoint. To do this you can you the Attachments from the "when new email arrived", and then use the SharePoint "Add Attachment" flow to attach them. I will try make a video of this soon.

  • @rajivsingh6912
    @rajivsingh6912 Před 10 měsíci

    Hi Michael, is ther posibility to configare escaltion too with MS flow and Sharepoint ticketing system.

    • @kenanderson5739
      @kenanderson5739 Před 10 měsíci

      Create a flow to raise the priority level and re-assign to someone else based on your escalation criteria

  • @USDOTATF
    @USDOTATF Před 2 lety

    Is it possible to create a ticket when a File is added to a folder? The issue I am having is when I add a file to a folder it creates a ticket for all the items in the folder, I just want a ticket for the main folder that was added. Thank you so much!

    • @sharepointpro7900
      @sharepointpro7900  Před 2 lety +1

      Hi, This is not something I have created, but there is a flow trigger "When a file is created in a folder". So it is possible. If the trigger keeps firing on subfolders, then you could add a condition to check the path and only continue if the path is the parent.

    • @USDOTATF
      @USDOTATF Před 2 lety

      @@sharepointpro7900 I managed to always name the sub folders the parent name and enacted a unique value so only the original parent folder shows as a ticket.
      I also added more to your project. It’s a notification system to send an “Assigned To” person an email if they have not closed their ticket in 4 hours. It creates a good CS environment.

  • @vikasgupta7955
    @vikasgupta7955 Před 2 lety

    hi, it is really helpfull for me, really appreciate, i have to ask you something, is there any other way to attach email without using .eml file?

    • @sharepointpro7900
      @sharepointpro7900  Před 2 lety +1

      Hi Vikas, thanks for your comment - You can add the email body to a multiline sting field. you can also attach the email attachments directly to the list item using flow.

    • @vikasgupta7955
      @vikasgupta7955 Před 2 lety

      @@sharepointpro7900 thanks, I’ll try this.

    • @olivergraf3448
      @olivergraf3448 Před 2 lety

      @@vikasgupta7955 Have you been succesfull ?

  • @tiajackson4204
    @tiajackson4204 Před 11 měsíci

    Is there a slower step by step

    • @natokafor1612
      @natokafor1612 Před 10 měsíci

      You can slow the speed of the video down to help you achive this or i can assit you to develop this and something more robust

  • @olanordmann8588
    @olanordmann8588 Před 2 lety +1

    Great video but how do we prevent a new ticket being created when people reply to the email ? Please help :-)

    • @sharepointpro7900
      @sharepointpro7900  Před 2 lety +1

      Hi, it was a little out of the scope of this video - what you can do, is get the email subject from new email, strip out the FW:, RE: and check to see if there are any emails already in the system. I have done this previously, I'll get a screen shot of the MS flow and upload it to a blog. Give me a couple of days.

    • @olanordmann8588
      @olanordmann8588 Před 2 lety

      @@sharepointpro7900 Thank You so much 🙏 That would be great

    • @sharepointpro7900
      @sharepointpro7900  Před 2 lety +3

      @@olanordmann8588 Here you go: www.sharepointpro.com.au/blog/assigning-task-to-related-task/

    • @olanordmann8588
      @olanordmann8588 Před 2 lety

      @@sharepointpro7900 Perfect cant wait to try it out.

    • @jamesossai3740
      @jamesossai3740 Před 2 lety

      @@sharepointpro7900 great video and very intuitive. Out of scope question, If you wanted to include a ticket number/ID automatically generated sequentially every time you had a new ticket?

  • @Monica-ff1ke
    @Monica-ff1ke Před 4 měsíci

    @SharePointPro Hi there, Can anyone help? I am setting up using a shared mailbox, but when I do the testing it shows error message "REST API is not yet supported for this mailbox."

    • @kenanderson5739
      @kenanderson5739 Před 3 měsíci

      Make sure you are using the correct Power Automate Action- send email from a shared mailbox (V2) and not send an email (V2)

    • @Monica-ff1ke
      @Monica-ff1ke Před 3 měsíci

      @@kenanderson5739 but from the video it says " use export email(v2)" so for shared mailbox is different.

    • @kenanderson5739
      @kenanderson5739 Před 3 měsíci

      @@Monica-ff1ke can you reference a timestamp on video?

    • @Monica-ff1ke
      @Monica-ff1ke Před 3 měsíci

      @@kenanderson5739 Step 2, 3:16 on the video. I checked all my steps are all the same with the video. now flow has no error, but when I do testing, the email just not showing up in the sharepoint.

    • @Monica-ff1ke
      @Monica-ff1ke Před 3 měsíci +1

      @@kenanderson5739 now my flow is good, but just has no email show up in the sharePoint.

  • @ShaileshV-b8k
    @ShaileshV-b8k Před 26 dny

    How Calculate SLA within business hour, please share the flow

    • @kenanderson5739
      @kenanderson5739 Před 21 dnem

      You'll need to create a calculated column with the exact details above, there are helpful tools online

    • @ShaileshV-b8k
      @ShaileshV-b8k Před 13 dny

      @@kenanderson5739 Please share more details online tools

    • @kenanderson5739
      @kenanderson5739 Před 8 dny

      @@ShaileshV-b8k Google calculated columns in SharePoint

  • @lokeshb1896
    @lokeshb1896 Před 2 lety

    Hi , Is there any other way to reply on sharepoint itself without using .eml file and how can i keep the whole email conversation of Single ticket request?

    • @sharepointpro7900
      @sharepointpro7900  Před 2 lety

      Hi, So you can use MS flow to match the subject line and "attach" it to a task. I wrote a blog about it here which may point you in the right direction: www.sharepointpro.com.au/blog/assigning-task-to-related-task/ Regarding the .eml file, you could create a multi line field and copy the content of the .eml file into there, so you don't have to open the .eml file with outlook.

    • @olivergraf3448
      @olivergraf3448 Před 2 lety

      @@sharepointpro7900 Can you explain how to create copy the content of the .eml file into there, so you don't have to open the .eml file with outlook ?

  • @jenniferivie-lopez787
    @jenniferivie-lopez787 Před 2 lety +1

    I like your video but it goes way too fast and you can’t follow along

    • @sharepointpro7900
      @sharepointpro7900  Před 2 lety

      Thanks for your feedback. I've heard this a few times. My next video I will slow it down.

    • @olivergraf3448
      @olivergraf3448 Před 2 lety

      you can reduce the play time in youtube

  • @ShaileshV-b8k
    @ShaileshV-b8k Před 25 dny

    Assigning task to related task is flow is not working please share video for this

    • @kenanderson5739
      @kenanderson5739 Před 21 dnem

      you'll need to get your logic better connected, there are good examples on how to do this online

    • @ShaileshV-b8k
      @ShaileshV-b8k Před 18 dny

      ​@@kenanderson5739 I am created flow but its not working, if you have any website or example to avoid ticket duplication please share me

    • @ShaileshV-b8k
      @ShaileshV-b8k Před 13 dny

      @@kenanderson5739 Please share me any blog or website details

    • @ShaileshV-b8k
      @ShaileshV-b8k Před 9 dny

      @@kenanderson5739 Please share the info

    • @kenanderson5739
      @kenanderson5739 Před 9 dny

      @@ShaileshV-b8k this is a good content creator that overviews your issue: www.youtube.com/@RezaDorrani

  • @vikasgupta7955
    @vikasgupta7955 Před 2 lety

    could you help me generate a complete automated ticketing system in sharepoint? I am new to it, and need to create one fully automated system.

    • @sharepointpro7900
      @sharepointpro7900  Před 2 lety

      I'll help you as much as I can, send me your questions through the contact us form www.sharepointpro.com.au/ and we can communicate via email

  • @bryansamsel6681
    @bryansamsel6681 Před rokem +1

    You move WAY to fast and too hard to follow along.

  • @abbaselmi1730
    @abbaselmi1730 Před 2 lety

    Too fast man