A developer wants to retrieve data from multiple schemas and insert data into the temp table within a workflow. Which two methods should be used to perform this operation? (Choose 2)
In Adobe Campaign Classic, the SQL name of the outbound worktable can be accessed using activity.tableName. This property is part of the workflow activity's context and provides a reference to the specific worktable used by that activity. The worktable is a temporary database table where outbound data (such as target audiences) is stored during the execution of a workflow. Accessing this table via activity.tableName is essential for debugging, custom scripting, and SQL-based interactions within Adobe Campaign workflows.
Lovetta
2 days ago