Reading from dataset in formula
user246: Was this issue/bug resolved somehow? I am getting the same error and facing the same situation as @empolink Even i am facing same issue and is this resolved?
View ArticleFrom_dataset function is not working and is showing null values even though...
i created a dummy insurance data set and tried with below formula also following he quote where there is capital could see this issue previously as well and can you confirm if the issue resolved?
View ArticleFrom_dataset function is not working and is showing null values even though...
I’m not able to reproduce this. Can you send me the link to your schema?
View ArticleSlow API Requests and Timeouts
Hi, I’m not sure exactly what is going on, but I am experiencing slow API requests and timeouts using the Mockaroo-Node NPM package. I have been experiencing issues only this morning, but using this...
View ArticleSlow API Requests and Timeouts
Everything seems to be working again, so I’m assuming it was an issue on the Mockaroo API server end? In any case, is there a way I can view the server status to help troubleshoot issues like this in...
View ArticleSlow API Requests and Timeouts
Ditto. Ever since today (yesterday no problem) I am getting timeouts when I call Request{method=GET, url=https://api.mockaroo.com/api/ee8a3db0?count=8&key=…}
View ArticleSlow API Requests and Timeouts
It appears we’ve hit a milestone in demand. I’ve made some adjustments that should give us ample headroom going forward.
View ArticleSlow API Requests and Timeouts
I am still having the same issue. is there something changed, it is just the API being extremely slow until timeout
View ArticleRegex Expression not working for password
I am trying to make a regex expression on mockaroo for Password. I want my password to have at least 1 lowercase character, 1 uppercase character, 1 digit and 1 special character. The min length...
View ArticleSlow API Requests and Timeouts
@mockaroo I appreciate your response. I am still unable to consistently generate data, and it seems to now be blocking all of my requests due to some CORS issue. Could you please let me know what is...
View ArticleSlow API Requests and Timeouts
Should have that fixed today. I think I know what happened.
View ArticleSlow API Requests and Timeouts
I’m back in business today! Thanks for your quick attention to this.
View ArticleSlow API Requests and Timeouts
Out of curiosity, is this working using POST to generate JSON? I am still getting 502 errors trying to make those requests, but it seems GET (at least to get the Mockaroo Types) works without issue.
View ArticleSlow API Requests and Timeouts
I figured out what my issue was – using the mockaroo-node package, it defaults the base URL for the requests to simply be mockaroo.com instead of api.mockaroo.com. I was able to set the host option to...
View ArticleSlow API Requests and Timeouts
@mockaroo am geeting internal server error while requesting, i am facing this issue for last two days
View ArticleSlow API Requests and Timeouts
I’ve updated the mockaroo node package to use api.mockaroo.com now.
View ArticleRegex Expression not working for password
I updated the Password data type so that you can customize the minimum number of symbols, numbers, upper case letters, etc… This should get you what you need much easier.
View ArticleSyntax Error If .. Then foirmula to assign value of a field based on the...
The Scenario is as follows: We have a Column List field Value_Type which can take one of the value from list randomly {“Value 1”, “Value 2”, …“Value 5”} We need a field NoofOptions which will take the...
View ArticleSyntax Error If .. Then foirmula to assign value of a field based on the...
Here is the correct syntax: if field('Value_Type') == 'Value 1' then 'Single Option' else 'Multiple' end
View ArticleSyntax Error If .. Then foirmula to assign value of a field based on the...
Thanks. That worked. Is there a link which provides documentation related to the Syntax, keywords etc. For e.g. in the above issue I had missed including “end” keyword at the end and missing single...
View Article