Map one custom list to another custom list
if field(“ZONE”) == “East” then field(“East”) elseif field(“ZONE”) == “West” then field(“West”) elseif field(“ZONE”) == “North” then field(“North”) elseif field(“ZONE”) == “South” then field(“South”)...
View ArticleMap one custom list to another custom list
Can you include any more information about the error you’re seeing? One thing I notice is that you need to use elsif not elseif.
View ArticleMap one custom list to another custom list
https://www.mockaroo.com/b289ce80 Please check this and reply please
View ArticleMap one custom list to another custom list
I tried but elsif is not working. My querry is i want to add two custom list field .
View ArticleShould blanks all be in same row?
My schema has several fields set to 1% blanks, intending to test how an app deals with records that have one or another field blank. I generated 1000 rows and all the blanks occurred in the same...
View ArticleShould blanks all be in same row?
And, here’s a screenshot of the preview for reference.
View ArticleHow to randomize values from another field in the schema with certain...
@ub352 Do you have an example data you want to generate? That would clarify your question a bit
View ArticleHow to generate a list of Full names where I deliberately want some of those...
@Sean18 You can use Custom List and have a couple of full names, say 3, so the API will randomly select a name from the list, which will create a duplicate. Would that work for you?
View ArticleGenerate Dataset with combination of two columns as unique
@user41 Could I ask you why you don’t want to hardcode 8 as the number of rows? With mockaroo, the number of rows is an input, not a result of a computation. So I believe this isn’t possible
View ArticleGenerate Dataset with combination of two columns as unique
@user76 is correct. It’s not possible to set the number of rows dynamically in Mockaroo.
View ArticleDropdown empty when using Dataset Column
I have 2 schemas. When I try to call one schema when creating a Dataset Column, the dropdown menu titled, “select a dataset” is empty… I have tried refreshing the page and logging in via an incognito...
View ArticleDropdown empty when using Dataset Column
A weird little black bar at the top of the menu appears but is otherwise empty.
View ArticleGetting Error: Timed out in the data fields
I am getting data as below. While I am trying to derive data from other datasets.
View ArticleHow to generate stylish names in json scheme
Hi there, I own a website that is related to pubg uc, codes, slotomania coins, unique names, stylish names etc. I want to generate stylish names of pubg on json scheme. How can I generate them?
View Article[BUG] Division operator with two field does not work
Hi! How do you fix this problem? I just get a 0 and dont know what to do
View ArticleHow to create comparison table on jason scheme
Hi, I am running a proect related to kitchen accessories. In the site , I want to add comparison table on jason scheme. How to create it?
View ArticleCan we generate results data on json?
Hi there, I want to generate results data on json scheme. How to do it?
View ArticleCan I use a previous value generated by Mockaroo to influence the next value...
I am creating data for cybersecurity, specifically brute-forcing. Certain event codes within Windows would be used to define a brute force login attempt. As an example, if there are 5 iterations of...
View ArticleMap one custom list to another custom list
To resolve the formula syntax error try the following: if __Abc.eql? 'West' then 'yes' else 'no' end
View Article