Recent content by GuillaumeGroen

  1. G

    If - Then - Else with an action in between

    No problem. I'll wait until you are finished. Thanks
  2. G

    If - Then - Else with an action in between

    The task history id is: IjU3NjUwNTY0MDYzMDA0MzY1MjZhNTUzNzUxM2E1MTY0NTQzNDBmMzki_pc I added the result, as seen in the action step. I do not know where that comes from. When I look into the history data out there, there is information that I need to create the next step. When there are errors...
  3. G

    Woocommerce tax_rate_id mapping to bookkeeping app

    I created a php snippet inside my woocommerce setup to sent over the correct tax codes. Now it is displayed inside the line-items. it is much cleaner this way. Thank you
  4. G

    If - Then - Else with an action in between

    I run into a problem. I have created everything. And i am almost done. But now i need to create a sales invoice payment. It is a different action in the moneybird action. I need to get the invoice id. I think i should get it from the create sales invoice step. but i only get errors because the...
  5. G

    Woocommerce tax_rate_id mapping to bookkeeping app

    Hi Arshil, i was afraid i had to do that this way. I will implement a code to do just that. Thank you
  6. G

    Woocommerce tax_rate_id mapping to bookkeeping app

    Hi Preeti, Thank you for your email. 1. I did that with a data transformer. 2. i created the Iterator. 3. How should i do that? do i have to add another step to build a comma seperated line to add to the invoice creation? because i need per line-item the correct vat code. Thank you,
  7. G

    Woocommerce tax_rate_id mapping to bookkeeping app

    Hi, thank you. But can I map the values? I added the WooCommerce rate_id as a lookup key. And via a Moneybird custom API request, I request the BWT (VAT) classes. I can add them manually, but then I get a failed response. When I map them, I get a failed response aswell. What am I doing wrong? I...
  8. G

    Woocommerce tax_rate_id mapping to bookkeeping app

    Hi, Sorry, It should be this one. https://connect.pabbly.com/v2/app/workflow/share/WxNTYQNUCWpeFARuAWRXcAkdVlIBWAJgUEkFF1xTUytaFFY9DUwPZQ5CV3UHSFAxVx4AalYKUGoMGAsPAFYHdFFIUW1UV1YsVhtTKAJXCDtbBVN7A2I#
  9. G

    Woocommerce tax_rate_id mapping to bookkeeping app

    Hi, I have a WooCommerce shop and use Moneybird for bookkeeping. I use multiple steps to create a Moneybird invoice by mapping and transforming order fields. The invoice creation stops because I need to map the WooCommerce `tax_rate_id` to the Moneybird `tax_rate_id`. How do I handle...
  10. 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?
  11. 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...
  12. 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...
  13. G

    If - Then - Else with an action in between

    Thank you, Then i'll wait for it.
  14. 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.
  15. 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...
Top