Forum Discussion
koryknick
4 years agoEmployee
That is because the expression to build the SQL is inserting the random value only once when the SQL statement is generated and parsed for the Select statement that is executed, so SQL Server is treating it like a static string. Try moving it to a Mapper snap after the Execute snap.
Otherwise, you may need to find the syntax for SQL Server to generate a GUUID.
vincenr
4 years agoNew Contributor III
Ok, so I am using a mapper snap to get the path for the json splitter like:
jsonPath($, “$response.entity.feed.entry[*].content.Record”)
So, not to clear about how I would use the function for the columns embedded in each record?