PricingBlog

Unexpected exit 🤔

  • julienboid-1172623790786756639

    Julien

    2 years ago

    Do you understand why I don't get 0 as output?
    1172623790941949983-CleanShot_2023-11-10_at_20.42.51.png
    ✅1
  • julienboid-1172624706155855923

    Julien

    2 years ago

    1172624705950339153-CleanShot_2023-11-10_at_20.51.42.png
  • jacobkofoed-1172625760612266005

    Jacob Kofoed

    2 years ago

    I don't think you can set an initial value of a variable based on another variable with predictable results 🤔 if one is dependent on the other, it expects it to be run first, a bit of a chicken and the egg situation. I think it works if you use an attribute as they are set before variables, or perhaps set the value of your variable on the onLoad workflow as it runs after variable initialization
    💯1
  • julienboid-1172667920044797972

    Julien

    2 years ago

    Thanks Jacob, I will look in that direction thanks for the ideas to explore 🙌