ContributionsMost RecentMost LikesSolutionsHow to replace a hardcoded value with a snap variable GraphQL Snap Query Hi there, I have a GraphQL Client snap with a query which works well when i hardcode an ID I am looking to search. However I want to replace this hard coded ID "screenshot 1 in blue" with a variable which I define in an earlier mapper snap screenshot 2. When I try and replace it with $HistoricalValue, i get an error. saying its undefined. Is there a way I can insert this variable into a graphQL query? Any help greatly appreciated Screenshot 1 Screenshot 2 Re: Data not passing through Salesforce Create Snap Thanks for the reply Supratim, However when I select pass through the snap fails. All the extra fields which I want to pass through the snap looks like it is trying to use them (see error). I have not mapped any of these extra fields. Data not passing through Salesforce Create Snap I am trying to build part of a pipeline here which checks salesforce to see if a reqestor (contact) is created. If it is not in Salesforce, it routes to a branch to create the contact. I then want this new contact id inserted back into the pipeline for it to continaue along. However after the Salesforce Create Snap, it will not pass through the original data, just the data of the new record. So when I use a union snap the original data from this piece of data is blank. I just have the requestor ID, but not any of the original data (see screenshot) Any idea how I can easily plug in a new id back to the original pipeline and continue![Screen Shot