mockaroo: I have a scenario where I have to link the records with same id to different values in a column.
Any help is appreciated
Here is a sample schema that has a JSON node, map with a child node of id. The formula for map.id is a simple field(“id”) which uses the generated id field value for this node value.
But I would like to make modifications in the data without adding another field in the schema,is it possible?
like
oppid1 s1
oppid1 s2
oppid1 s3
here same value oppid1 should be linked to three different values in a column
1 Like