Learning about the Encodian Flowr connector
Before you get started working on a flow, you’ll need to understand how to use the Encodian Flowr connector and its actions. In this section, we’ll look at the critical pieces that are needed to make this flow work. To successfully work with the connector and actions, you’ll need to understand the following concepts, terminology, and actions:
- Input formatting
- Tokens
- The Populate PowerPoint action
- The Merge Presentations action
Let’s take a quick look at each of these areas!
Input formatting
Many of Encodian’s content manipulation actions require the use of structured data. In this case, structured data is typically supplied in the JavaScript Object Notation (JSON) syntax:
{ "object1" : "value1", "object2" : "value2—electric boogaloo" }
As shown in this simple example, the JSON...