CreateAssociation
Creates an association between two entities. This will only work for tables that have in-line columns.
Input
| Name | Type | Description |
| SourceId | String | The Id of the entity you are listing associations for. |
| DestinationId | String | The Id of the entity you are associating with the SourceId. |
| SourceTable | String | The table where the SourceId is listed. For example, if the SourceId was from a table called Customers, enter Customers. |
| DestinationTable | String | The table where the DestinationId is listed. For example, if the DestinationId comes from a table called Orders, enter Orders. |
Result Set Columns
| Name | Type | Description |
| * | String | Output will vary for each entity. |