Append a specific Step from a query

Hi, I’m hoping this is a relatively easy syntax question. What is the correct syntax if any, to combine a specific step of an existing query to another table. I’m hoping my question makes sense. So rather than combing the entire table, I’d like to select one of the steps from the table and combine it with another table. Thanks for any help with this topic.

Hi @dbrelsford,

Assuming the table and step you want to append aren’t in the same query, you could achieve this by turning the query from which you’d like to extract that step into a record. See this video from the 6 minute mark.

I hope this is helpful

2 Likes

Thank you so much! This is perfect.