• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Thursday, 5th March 2026.

Recent content by Alfredo YM

  1. A

    Excel as Source

    Now it looks that copy&paste in the last row is working. But i does'nt work when is filled from a macro. Thanks
  2. A

    Excel as Source

    Simple copy&paste. The server doesn't allow upload the video.
  3. A

    Excel as Source

    Hi, I copied the last row and paste in next row, but no effects. Also I ran this code in vba, For a = 2 To 50 For b = 1 To 26 Cells(a + 50, b) = Cells(a, b) Next b Next a Filling 49 Rows with the data from the rows 2-50, This also doesn't trigger the workflows. Also 8h...
  4. A

    Excel as Source

    Hi @ArshilAhmad Thanks, 1. Does it means that if several rows are added during the last 8 hours, the trigger only will capture lastone ? Undestand that the trigger in not "capturing" the rows that i'm adding by copy&paste, even in the lastone. 2. Is there any chance for trigger recognize...
  5. A

    Excel as Source

    Hi It is my first workflow, my necesity is export to MySql from Excel. For this I made a workflow, the origin app is excel and the triger is New Row in Whorksheet. But I have few rows in the worksheet previuos to the first import. I cut all the rows, saved and closed the excel, open again...
Top