The formula node is gone... right?

Hi folks,
While updating Dynamo training materials, I found references to a “Formula” node, which I cannot find in the latest Dynamo version. So that node has been removed… I guess? Does anyone know for sure?
Thanks,
GG

I believe this happened as a result of the migration to .NET8. The advice is to use formulae in a codeblock node:

But any leftover formula nodes in your existing graphs should be auto-migrated:

3 Likes

That is what I assumed, thanks a lot! :slight_smile:

1 Like

A side note, the Formula node calculated with radians. Code Blocks and the Math nodes use degrees. I don’t know what happens with an automagical conversion, you should test it if you worked with angles.

All good, I did not work with it at all, I was just updating documentation referring to it. :slight_smile: