Recent content by GuillaumeGroen

  1. G

    If - Then - Else with an action in between

    Thank you! But why is it captured in the simple and not in the advanced result?
  2. G

    If - Then - Else with an action in between

    Yes, that is https://connect.pabbly.com/v2/app/workflow/share/DUVRYwBXVTZRG1U_A2YDJAEVVVEBWAFjUUgBE1BfXSUESgdsVhcMZgFNAiAHSAJjBUwCaFUJUWtYTAUBA1UHdAceUW0GBV0nAUwJcgJXADMNU1F5AGE# Remember, not everyone needs the ledger_account_id; it is now a mandatory step. But it can be used without. Then the...
  3. G

    If - Then - Else with an action in between

    Thank you, I can see the ledger account ID in the moneybird action but i cannot map it. I added the ledger_account_id as a line-item. And using the data formatter line-itemizer i see it in the data but it i cannot see it in the moneybird action. These are my line-items: And i created a...
  4. G

    If - Then - Else with an action in between

    Thank you, Then i'll wait for it.
  5. G

    If - Then - Else with an action in between

    Thank you. What is the timeline for this normally? Are we talking weeks or months? I am preparing for a near-future use. But it has to be operational in the coming weeks. I will prepare the API, but if I could avoid it, it is better. Configuring the API takes much more time.
  6. G

    If - Then - Else with an action in between

    Hi Arshil, I found it out. With a data processor, I can do what I need. The only thing I would add is the option to use a category in the line items, so I can assign the WooCommerce product category as an invoice category for bookkeeping. Since we have multiple web shops, I want to add...
  7. G

    If - Then - Else with an action in between

    Thank you for the clip. But this adds all the line items in 1 line. I need every line item in a separate line in a sales invoice from Moneybird. Do I have to loop until empty? How can I proceed best? I would also like to set a json setting called document_style_id but i cannot place extra json...
  8. G

    If - Then - Else with an action in between

    Great! Is there a way to choose one of the invoice layouts that I have configured in Moneybird? And how to proceed if there are more lines in the order? i can add only 1 line item. And how do i arrange sending of the order? it stays as a concept
  9. G

    If - Then - Else with an action in between

    Ah, thank you. This is what I thought, too. I hoped to put in a middle step. Now I have to build the Create sales invoice twice. This can create errors because they need to be the same. If I could create just one, that would be great. I would need a reverse router, or maybe a combinator that...
  10. G

    If - Then - Else with an action in between

    Thank you, But this is only 3 steps. My third step can only commence if step 2 is done. I probably have to create a router, and after that, add 2 steps that do almost the same thing? I cannot do an extra step in between. ----------------------------------------------- Option 1(preferred...
  11. G

    If - Then - Else with an action in between

    I wanted to create an if-then-else workflow. But cannot find how it works. I am new to Pabbly, so i am trying to learn This is what i want to do. I have a bookkeeping web app called Moneybird. And a WooCommerce website. When an order is created, I want to trigger the action to create the...
Top