VB function in a

Hi there.

Can I create a global VB function and apply that inside an apply step ?
My idea is to do wrap a complex series of steps inside a VB code - much easier to create and maintain.

Thanks in advance

image

Hi @duiliopaolini

Here is what you can use to achieve this:

It has a bit of an overhead to build, but it gives you a robust, reusable component.
If you’d rather have a reusable sequence of only a few steps which is just relevant to your current project, you might consider isolating it as a workflow, which you can invoke per row of the table you’re iterating.
That way the workflow can be called from any other stages of the process where you’re trying to modify the table in a similar manner.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.