Import rules by rest api

What I believe the question was here is to have the full/partial part of the code inside the function node be changed, so not just incoming values, but the actual code. Sounds like something that can be done by running eval() calls inside the function node, but if you actually want to/should do that is a huge question, especially as those would be incoming from external requests/external code. If that external part gets compromised, you're giving your system away.

Can you explain what kind of rules or external code you are talking about, or in more detail what kind of functionality you want to have changed? There must be a far better way to do this than what you are asking to do.

1 Like