Power Automate - Split, First, Last, Iterate All & access particular values from a set of values

Поделиться
HTML-код
  • Опубликовано: 10 ноя 2024

Комментарии • 22

  • @williamleveson-gower5088
    @williamleveson-gower5088 2 года назад +2

    Thank you !!. Your video helped me to split a property address.

    • @abm4975
      @abm4975  2 года назад

      Hi William
      Thanks for your kind comments.

  • @anaaguilar3304
    @anaaguilar3304 2 года назад +1

    Thanks again btw. This is very useful and you are very good at explaining everything.

    • @abm4975
      @abm4975  2 года назад

      Hi Ana
      Thanks for the comment.

  • @x4ms
    @x4ms 4 месяца назад +1

    Wonderful! THX!

    • @abm4975
      @abm4975  3 месяца назад

      Glad you like it!

  • @geralddahl9159
    @geralddahl9159 6 месяцев назад

    For the string 10, 20, 30, 10, 40 how can I search the string to return the index of 10 as both 0 and 12? Thx for making this, @abm4975.

  • @prashanthbala2437
    @prashanthbala2437 2 года назад +1

    Dear sir, Iam looking for pulling up invoice details from different formats of pdf files. I tried AI builder but it was not that sucessful. Can you please help me on creating the flow in a dynamic way of pulling up invoice details?

    • @abm4975
      @abm4975  2 года назад +1

      Hi Prashanth
      Could you post your requirements in details under Power Automate community forum? Tag me @abm so that I will get notified. I will have a look into this.
      powerusers.microsoft.com/t5/Building-Flows/bd-p/BuildingFlows
      Thanks

  • @teomcam
    @teomcam Год назад +1

    How to use split with two delimiters in teh same text? In my example I have ; and -

    • @abm4975
      @abm4975  Год назад

      Try the below.
      split(split('hello; test-test3'), ';'),'-')

  • @TJSMalladi
    @TJSMalladi 11 месяцев назад

    I have a multi line value. I have 6 items separated by a + sign. And a ‘|’(pipe symbol) for the end of the 6 items and again next 6 items are are there. I was able to get individual items using your video by choosing 0- 5 compose. How can I get the next 6 values after the pipe symbol please help

    • @TJSMalladi
      @TJSMalladi 11 месяцев назад +1

      I tried the split(split( it didn’t work 😢

    • @abm4975
      @abm4975  11 месяцев назад

      I need to see your flow. If you still need help then please post this under the Power Automate community and tag me as @abm. Also if you want a screenshare connect me via teams. Check my Channel About section for more details.
      Power Automate Community Forum
      powerusers.microsoft.com/t5/Building-Flows/bd-p/BuildingFlows
      Thanks

    • @abm4975
      @abm4975  11 месяцев назад

      Hi
      I need to see your flow. If you still need help then please post this under the Power Automate community and tag me as @abm. Also if you want a screenshare connect me via teams. Check my Channel About section for more details.
      Power Automate Community Forum
      powerusers.microsoft.com/t5/Building-Flows/bd-p/BuildingFlows
      Thanks

  • @owenhostetler2575
    @owenhostetler2575 2 года назад +1

    Thank you for the great video however the issue I'm having is that I can't input my data on the input string because it is different each time. How can I take this process and extract extract key pieces onto it's own line. Also multiple data points are listed on the same line. The data I need to extract from the below example is the "Company Name", the "Case #", the "Subject", and the "Description" they will all be exported into an excel file on their own column.
    "*** CASE -ASSIGNMENT NOTIFICATION *** The following New Case has been assigned",
    "to a new Queue. Company: XYZ Company Contact Name: Mylene Magboo Case",
    "#: 00282495 Subject: Devices stopped communicating in Skokie, IL 60077",
    "Description: Customer devices at the attached location in Skokie, IL that",
    "stopped reporting at 9:04AM on 8/3/22.
    Any direction would be appreciated.

    • @abm4975
      @abm4975  2 года назад

      Hi Owen
      Apologies for the late reply. Do you still need help in this?
      Thanks