@export [PRO]
📣 Note: This functionality will be available soon (in the PRO version).
The @export
directive enables to share data across multiple queries, when executed all at once via the "multiple query execution" feature.
In this query, a user's name is exported, and used to search for posts containing that string in the following query. Execute the GetPostsContainingAuthorName
operation to execute all queries together: