Guide to Creator Data Source Settings pages
Settings for Data Source depend on what type of data source it is. If it's a function data source, you'll be picking the function and the output names from that function. If it's a user input data source you'll be picking what type of user input you want. The Data Source Settings page varies more based on the type of the Data Source than other settings pages.
Data Sources get the data that the rest of the algo's actions will work off of. When creating a data source it's important to think about what data will be coming in for the rest of the algo. For example with data analyis it's often times a file like a csv file. You could read a csv file with a function data source. Another example is a data source that takes in commands from the user. For this you could use a user input data source.
For more information on specific settings for each data source type keep reading below.
User input data source settings are very straightforward. There is only one selectable option, the type of user input. This is a combo box and has all of the available input in it. The types of user input and their descriptions:
An example of this window:
Function data source settings are comprised of two parts, selecting the function and selecting the output. The function can be selected using the select button which will load a Function Selector window. The output selection is controlled through the + and - buttons and the table.
An example of this window:
We use the output table to identify the data that the function returns so that we can refernce it later in the algo. Without identifying it, we wouldn't know what data is a part of the algo and then have no way to have actions take in that data.
The output suggestions box helps with identifying what data the function outputs. The data outputted by the function is identified by "keys" which are another word for the name or ID of the data. The output suggestions will tell you one of two options:
When the AI gives a descripton instead of exact names, the names in the output table will NOT match exactly with the suggestions. This is ok, but you will be presented with a warning when proceeding from the page. This warning is just to make you didn't miss a suggestion and it's ok to proceed.