UiPath REFramework - The Basics for Beginners (Full Use Case)

Поделиться
HTML-код
  • Опубликовано: 27 июл 2024
  • This video tutorial teaches you to set up and understand the basics of the UiPath REFramework. There are no boring powerpoints, but a full use case that will teach UiPath beginners everything needed to set up and start building your Robotic Enterprise Framework (Dispatcher and Performer) processes and use Orchestrator (Queues and Assets).
    📂 Download the Course Materials: andersjensen.org/uipath-refra...
    VIDEOS FOR YOU:
    🔹 UiPath Object Repository: • How To Use Object Repo...
    🔹 UiPath Version Control and Git: • Git and Version Contro...
    🔹 3 Hour REFramework Course on Udemy: geni.us/m0zgO
    👨‍👩‍👧‍👦 Discord: / discord
    - Join my network with 1700+ RPA Developers, where we solve RPA problems, network, and help each other upgrade our careers. It's free!
    FOLLOW ME:
    💼 LinkedIn: / andersjensenorg
    📸 Instagram: / andersjensenorg
    👨 Facebook: / andersjensenorg
    🐦 Twitter: / andersjensenorg
    💌 Email Newsletter: andersjensen.org/email-newsle...
    MY GEAR (Amazon affiliate):
    🖥️ My monitor
    Samsung 49-inch CRG9 Curved Monitor = geni.us/MDpejc
    - If you are buying this, I can recommend the Mi Monitor Light Bar = geni.us/3Wwad
    💡 Lights
    IVISII 19 inch Ring Light and Stand = geni.us/fVCH3IC
    Godox TL60 RGB Tube Light = geni.us/u0hxf
    ⌨️ Keyboard
    Logitech Backlit Keyboard = geni.us/aT0ltB
    📹 Camera
    Sony FDRAX53-B = geni.us/gnAE
    Lenovo 500 Full HD Webcam = geni.us/cZS4
    🎤 Microphone
    Rode Procaster = geni.us/XWvZN
    Rode PSA1 Boom Arm = geni.us/LtDH275
    Rode Shock Mount = geni.us/aAgP
    Triton FetHead in-Line Preamp (improve your mic) = geni.us/cMAO
    XLR Cable = geni.us/DfRbS
    Focusrite Scarlett (you need this to connect the mic+headphones) = geni.us/BAoA6Na
    - Portable mic when I travel:
    Rode Wireless GO II = geni.us/iqy0g6H
    0:00 Intro
    The Robotics Enterprise Framework is one of the most essential concepts in UiPath. All major companies use the REFramework (with tweaks), and the UiPath Advanced Certification is also based on it. Today we use the UiPath best practice and divide our REF robot into a dispatcher and a performer.
    0:55 Understand our process
    Before creating the actual REFramework we look at the process we want to automate. Always understand the process before you start building (the PDD is a vital document). We split our process into two processes: A Dispatcher and a Performer. In our process, we want to read an Excel sheet into a DataTable, add each element in the Datatable to an Orchestrator Queue and then process it with our Performer process (our actual REF). The performer does Google searches, scrapes the results, and writes it back to our Excel.
    23:05 Dispatcher
    The Dispatcher part in the UiPath REFramework is where we take a collection (e.g., an Excel file or database) of items and add them to the Queue. But, first, we create a Queue in Orchestrator. Then, an Asset can be made in Orchestrator to store the variables, which values change a lot. Use an Add Queue Item activity to add items to the Orchestrator Queue. Then, use the ItemInformation in Properties to pick the values you want to add to the Queue. Add a Reference as well.
    35:43 Performer
    The Performer part is the actual REFramework using the state machine layout. Find the Config Excel sheet in the Projects\Data folder and specify the queue name here (and add Assets). Next, we close our systems (the Edge browser) in the Initialization state and open them again. This makes sure that we get fresh applications. Next, map the arguments. Then, in the Process Transaction state, we process each queue item one by one (transaction items). Log the results back to Excel. Finally, we make error handling with a Try-Catch activity. We intentionally create an error in our data to see how we can easily handle it. Since it's an error in the data, we categorize it as a business exception.
    #uipath #rpa #robotics
  • НаукаНаука

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

  • @pradeep5078
    @pradeep5078 2 года назад +2

    Thanks for clearly explaining the RE Framework concepts. Congrats for 2022 MVP.

  • @snigdhasnigdha4483
    @snigdhasnigdha4483 Год назад +5

    I was struggling from last 2 months for learning RE- Framework...I am blessed that I came across your video...thank you for the amazing content sir😊

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

      Thanks a lot, Snigdha Snigdha 🤗 Your feedback helps me immensely. You're more than welcome at my Discord, where we're 6000+ RPA developers networking and solving problems: ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

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

      Hii snigdha ...if u dont mind can u help on this please .I got little problem Iam not getting for each row in data table in REFdispatcher . It showing me in for each row in data table in workflow not in data table can please help .Thankyou in advance

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

      @@dwaithalovehetwik6259sure I can help you

  • @ioanarenard6252
    @ioanarenard6252 2 года назад +5

    Congrats for 2022 MVP, Anders! ❤

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

      Thanks for all your support, my friend 🙂

  • @vendettasnares
    @vendettasnares 8 месяцев назад +1

    Thank you, nice to get my knowledge refreshed before teaching about REFramework 😅

    • @andersjensenorg
      @andersjensenorg  8 месяцев назад +1

      My pleasure, you will do great 🙌💯 Kind regards, Anders

  • @user-cz8zz3ht8p
    @user-cz8zz3ht8p Год назад +1

    clean and easy to understand.
    Thanks a lot sir !

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

      Much appreciated, student of knowledge. Kind regards, Anders

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

    Thank you so much for this video 😇
    It was great help 💯

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

      You're very welcome, Sushil. Thanks a lot for commenting 🙂

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

    Such a helpful video! Thank you!

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

      Thank you for watching and leaving such a kind comment!

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

    Thanks for clearly explain and congrats for 2022 MVP 🎉

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

      Joswa! You're very welcome and thanks for the nice words 🤗

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

    Another great tutorial!

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

      Thanks a lot, robert dabrowski 🤗 Your feedback helps me immensely. Kind regards, Anders

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

    Great fan of your Videos., Teaching is an art and you are a Piccaso of it Sir !

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

      Thanks a million, appreciated 🙂 Kind regards, Anders

  • @Vijaykumar-ct6ss
    @Vijaykumar-ct6ss 2 года назад +2

    Wow.... Thanq so much. You explained very well from basics. You have much patience. I will definitely recommend to my friends 💐

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

      Hey Vijay. Thanks a lot - your comment really helps me (+ makes me happy) 😀 Kind regards, Anders

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

      Same felt

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

    appreciate it, Thank you

  • @AmitPandey-qd8du
    @AmitPandey-qd8du 2 месяца назад +1

    You made an interesting video. Now i am able to understand the RE framework.

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

    Best Video For Re-Frame Work.

  • @yakupkoskalan5321
    @yakupkoskalan5321 Год назад +3

    It's a really useful video for beginners, I was having a hard time learning until I came across your videos, you explain very simply , I really liked it. I would like to take the course you gave on udemy on this subject. I don't know if my opinion matters, but you did a really good job.

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

      Hey Yakup - you opinion matters A LOT - thanks a ton, highly appreciated 🙌😊

  • @Eray-qx8tv
    @Eray-qx8tv 10 месяцев назад +1

    Thank you for your great content :)))

    • @andersjensenorg
      @andersjensenorg  10 месяцев назад

      Thanks a bunch, @Eray-qx8tv 🤩 I've created a Discord. We're more than 9000+ RPA developers networking and solving problems here: ruclips.net/video/xWFz-S96XGo/видео.html You're more than welcome. Kind regards, Anders

  • @andersjensenorg
    @andersjensenorg  2 года назад +2

    My favorite UiPath Books (RUclips video): ruclips.net/video/u8fWnkV3n24/видео.html 📚

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

    Hi Anders! Love the videos. Could you make a video about the REFramework using email item queues? without using the orchestrator? (to what do we need to change transactionItems and TransactionData) and what activities to use in the GetTransactionData? many thanks Matt.

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

      Hey Mateusz Guzek Thanks for writing. I'm getting more than 50 questions/comments every day and having difficulty answering everyone (I try my best). I've created my UiPath Groups, where we all can post and solve problems or hang out around our favorite tool, UiPath. So you're very welcome. Get the addresses here: ruclips.net/video/C6xmGfEL07I/видео.html Have a great day. Kind regards, Anders

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

    You are the best

  • @silvanaescamilla
    @silvanaescamilla 5 месяцев назад +1

    Hello Anders. I am truly green when it comes to UiPath, but in a couple of days, you have helped me understand concepts. Do you teach a course in Udemy for beginners? I would like to train in a structured video format. Many thanks.

    • @andersjensenorg
      @andersjensenorg  5 месяцев назад

      Wow, many thanks, highly appreciated. Kind regards, Anders.

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

    Hello Anders. Can you tell me which extension do you use for pass managing at 23:39 . Thanks

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

      Hey Obada. Its Roboform and I recommend it 🙂

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

    49:16 full diagram explanation here

  • @Earnmoney4life
    @Earnmoney4life 2 месяца назад

    adding to what i experience is in the REframwork data folder, the config file is missing. This is due to the default filtering of the project folder. Do ensure you click on others, the the config file in xlsx will appear

    • @andersjensenorg
      @andersjensenorg  2 месяца назад

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 12,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

  • @NicolasDahm
    @NicolasDahm 2 месяца назад

    Hey Anders
    1:06
    Why do you use a lookup database and just don't use a for each block to go through the database and write the items?
    Thanks!

    • @andersjensenorg
      @andersjensenorg  2 месяца назад

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 12,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

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

    To create a Dispatcher using the reframword we dont need to use select the reframework as you did at the beggining iog the performer part?

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

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 8000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

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

    Hi,
    I am trying to follow the steps however I encountered an error "Write Line: The given key was not present in the dictionary." in the Write line of "in_TransactionItem. In 55:40

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

      Hey Thonys. You try to call a key, that doesn't exist. Please check where you add it (and if you really do it). Kind regards, Anders

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

    Hello Anders,
    while running this workflow, I'm getting an error as "System exception.Could not determine the browser tab on which to navigate. at Source: Go To URL",
    Could you please help me to troubleshoot it??
    Thanks and Regards.

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

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 5800+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

  • @HM-ir3rp
    @HM-ir3rp Год назад +1

    54:04

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

    Hi Anders, i got a little problem that u may be able to help me with.
    So when i use a Get Asset activity to get the path for the read range i get an error "Illegal characters in path" that i dont get if i just type the exact same path into the variable directly. I made sure with a write line that the Get Asset activity is taking the path correctly and it is so I dont understand why im getting such error.
    Thanks in advance

    • @alvarorivas9429
      @alvarorivas9429 2 года назад +3

      So in case anyone is as dumb as myself the problem was that i was introducing in orchestrator the path with the inverted commas included and that was exactly the problem, also i found out that since in the asset whatever u put in is a string if u need to add a variable inside u can put {0} to later replace it inside uipath.
      Example:
      x = whatever variable u wanna use
      Asset = Documents\{0}_Result
      str_FinalResult = String.Format(AssetName, x)
      This would give us at the end that str_FinalResult = Documents\x_Result
      Also if u want to add more than one you can use more numbers like {1} and just add whatever u want to replace it with after another comma.

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

      Hey Alvaro. I love that you come back and post the solution. Thanks a lot 😊

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

      @@andersjensenorg Thank you for your tutorials, they are helping me a lot!

  • @andonii46
    @andonii46 7 месяцев назад +1

    Hi Anders! Great video =). One question from here, isn't it a bit unpractical having dispatcher and performer in 2 sepparate packages? I mean, you would need to have 2 git repositories, use 2 config files, convert reusable workflows to libraries in order to avoid mismatches, etc. Am I wrong? Thanks!

    • @andersjensenorg
      @andersjensenorg  7 месяцев назад +1

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 10,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

    • @andonii46
      @andonii46 7 месяцев назад

      @@andersjensenorg no problem Anders, you do a great job! Just pointing it out :) (I am already in that discord channel a while ago, great initiative)

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

    Hi Anders! I like your videos. i got a little problem that u may be able to help me with The REF procees stop in Throw: The countries... Thanks in advance

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

      Thanks a lot 😊 Did you surround it with a Try Catch?

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

      @@andersjensenorg I have it exactly like in the video

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

      @@joseantoniogonzalezalcanta1748 Weird 😫 Can you please try to post it on my Discord? The link is in the description 😊

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

      @@andersjensenorg Thank you very much for your attention, I know what my mistake is, I was debugging the file, not running it.

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

      @@joseantoniogonzalezalcanta1748 Gracias Jose Antonio por poner la solución en este hilo, en lugar de tener que ir a otra parte a buscar la respuesta, como en los libros esos de 'si quieres la solución, vete a la página xxx' 🙂. Me ha ocurrido lo mismo y realmente, no sabía cómo solucionarlo ya que le doy por defecto al 'Debug File'. Una cosa más que he aprendido... Un saludo y happy automation! // Thanks Jose Antonio for posting the solution onto this thread, instead of having to go to another place to find the solution, such as those books like 'if you want to get the solution, go to page xxx' 🙂. I have faced the same problem and honestly, I had no idea about how to fix it because I used to click 'Debug File' button by default. Another new thing that I have learned. Greetings and happy automation!

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

    I don't know if it's me who missed it, but I lost a lot of time because I did not understand that everytime I want to to launch the ReFramework, if I want to find transactions, I have to relaunch the dispatcher. Otherwise the system says there are no more transaction to be processed because we have used theme to Test with the Write Line to Output.
    Anyway thanks for the video. But if you can clarify on this it would be helpful.

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

      Hey Francesco Carlea Thanks for writing. I'm getting more than 50 questions/comments every day and having difficulty answering everyone (I try my best). I've created my UiPath Groups, where we all can post and solve problems or hang out around our favorite tool, UiPath. So you're very welcome. Get the addresses here: ruclips.net/video/C6xmGfEL07I/видео.html Have a great day. Kind regards, Anders

  • @terrymarr5265
    @terrymarr5265 5 месяцев назад

    A bit confused about the data table dtCountries. If it has main scope, why must it be passed as an argument?

    • @andersjensenorg
      @andersjensenorg  5 месяцев назад

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 11,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

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

    System exception at initialisation: The sheet does not exist at source: UI Path Excel. Please help me out with the error

    • @andersjensenorg
      @andersjensenorg  10 месяцев назад

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 9000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

  • @kirankiran-bf3ow
    @kirankiran-bf3ow 2 года назад

    hi ......Anders could u make it a video on 5 to 6 excel files into merging in all one excel file

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

      Hey kiran kiran Thanks for writing. I'm getting more than 50 questions/comments every day and having difficulty answering everyone (I try my best). I've created my UiPath Groups, where we all can post and solve problems or hang out around our favorite tool, UiPath. So you're very welcome. Get the addresses here: ruclips.net/video/C6xmGfEL07I/видео.html Have a great day. Kind regards, Anders

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

    Hello Can you provide a demo class regarding Re Framework

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

    Hii Anders . I got little problem Iam not getting for each row in data table in REFdispatcher . It showing me in for each row in data table in workflow not in data table can please help .Thankyou in advance

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

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 7000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

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

      @@andersjensenorg Thankyou so much Anders will do that

  • @roger9677
    @roger9677 10 месяцев назад

    Hi Anders, I got an error “Write Range: Object reference not set to an instance of an object. I can’t find dtCountries in listed arguments. I guess this might be the root cause. But I don’t know how to fix it.

    • @andersjensenorg
      @andersjensenorg  10 месяцев назад

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 9000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

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

    I get the following error -"Lookup Data Table: Data Table" and it highlights the Lookup data table in the Invoice Process Workflow. IN that lookup table, "Column" & "Column Number" fields are empty. I cross checked, even in this tutprial you have left them empty. Could you please help in debugging this?

    • @andersjensenorg
      @andersjensenorg  5 месяцев назад

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 11,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

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

    is tha possible to write Dispatcher in REFramework?

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

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 7000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

  • @1332por2
    @1332por2 2 года назад +1

    🥰🥰🥰🥰🥰🥰

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

    My Get Asset does not look the same as yours. Why?

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

      Hey FeelNoWays Thanks for writing. I'm getting more than 50 questions/comments every day and having difficulty answering everyone (I try my best). I've created my UiPath Groups, where we all can post and solve problems or hang out around our favorite tool, UiPath. So you're very welcome. Get the addresses here: ruclips.net/video/C6xmGfEL07I/видео.html Have a great day. Kind regards, Anders

  • @noturcandies
    @noturcandies 8 месяцев назад

    how do I enter data into multiple rows? the video tutor only entered data into 1 row. thnks🙏

    • @andersjensenorg
      @andersjensenorg  8 месяцев назад

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 10,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

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

    How about having multiple files in input :D

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

      Hey jays. Do you mean the Excel? Kind regards, Anders

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

      @@andersjensenorg Yes, like multiple excel files in inpit, when every line of each excel file is a transaction :D

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

    Can you add Turkish subtitles?

  • @r.ismail7025
    @r.ismail7025 3 месяца назад +1

    I love your videos you help us very much thank u very much 🤍🤍🤍🤍🤍🤍

    • @andersjensenorg
      @andersjensenorg  2 месяца назад

      Thank you so much for letting me know 😍😍😍