09-21-2022 01:32 AM
Hi Snaplogic experts, is it possible to edit/change values in JSON generator via metadata snaps?
Lets say i have these values:
and i want to change it in running pipeline via metadata snap to this:
is it technically possible in snaplogic? thank you
Solved! Go to Solution.
09-21-2022 02:23 AM
Hi @SL12345,
I’m not sure about metadata snaps, but you can substitute the variables in the JSON with document values from the input view of the Snap. In another words it can be used to pass dynamic values from upstream Snaps.
Check https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438291/JSON+Generator
Thanks,
Pero M.
09-21-2022 02:23 AM
Hi @SL12345,
I’m not sure about metadata snaps, but you can substitute the variables in the JSON with document values from the input view of the Snap. In another words it can be used to pass dynamic values from upstream Snaps.
Check https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438291/JSON+Generator
Thanks,
Pero M.
09-21-2022 05:50 AM
@SL12345 - yes it is technically possible to alter the JSON Generator text using the SnapLogic Metadata snaps.
However, as @pmancevski states, you can pass dynamic values into the snap.