Custom Script Basics
Instalink offers an extensive library of custom data transformation functions that can be used to change input data from one format to another. There is thorough documentation of these transforms on Instalink.io. Be sure to check out the transform documentation if you have any questions about the specifics of the behavior of the transforms.
These transforms can also be used within custom transform scripts to create custom behavior. This post is intended to be a quick overview of how scripts work in Instalink and how to create custom behaviors for your transformations.
It is important to note that the scripting syntax isn't actually a full-fledged programming language. So it's not analogous to ECMA design patterns like javascript or C. It is intended to be more similar to Excel spreadsheet functions. So Instalink scripting follows a similar design pattern to how someone would write transforms on table data in a spreadsheet as that was initially our target audience for this software.
Read More


