Skip to main content

Search

Merging exported actions

Comments

3 comments

  • Matthias_Walter

    Hi DieterJauslin,

    the easiest way would be to export both actions, which generates a .json file for each. Then open them e.g. in Notepad++ and copy the actions needed into one of the files. For better visibility where to paste I would suggest to use a plugin called JSON Viewer. Once copied to the right place (each action is represented in curly brackets), save this file and import it in the action builder with overwrite.

     

    Structure of an action .json file is the following:

    [
    {
    action 1 properties
    },
    {
    action 2 properties
    },
    {
    ...
    }
    ]

    BR Matthias

    0
  • DieterJauslin

    Hi Matthias

    GREAT! 😉 works like a charm!

    thanks a lot and have a good day

    Dieter

    0
  • Matthias_Walter

    Great to hear. Thanks for the feedback DieterJauslin.

    BR Matthias

    0

Please sign in to leave a comment.