ContributionsMost RecentMost LikesSolutionsRe: How to create multi rows dynamically? Thanks, it’s working!! 😀 How to create multi rows dynamically? we have a snap to get a count from the previous snap, then once we got the count(there’s only one output), for example, if we got 10, we will need to create 10 outputs in the next mapper, how can we do that? Is there any formula we can use? SolvedRe: Can Workday Write add parameter X-Validate-Only to run in validation mode? yes, thanks, this looks included in the new release. Re: Forgot password option not work Right now, I do not have admin access. Why cannot I get the reset password email when I try the forgot password option? Re: Forgot password option not work Unfortunately, I have to use the company’s email address as the login account Re: Forgot password option not work But I need to work on both of the orgs. I have to keep both. Is there a way to fix this? Forgot password option not work Hi, I used to use SSO to do the logins to snaplogic, but now I was added to another org, then I cannot login to any of the org now. I got this error: I want to try to use the username/password to login. But I don’t have a password for my account, so I tried the forgot password option. I’ve tried this option for a couple of times. But I won’t get any email to reset the password. Can anyone help with it? Or tell me what should I do? Thanks, Susan SolvedRe: Date conversion What if “01-Jan-2020”, how do I put the mask? Is it possible to install two snaplex in one machine? Is there a way to deploy one snaplex in two different organization? Or If we can install two snaplex in one machine for two different organization? SolvedRest Get API parameter not working We have a pipeline like below. The second snap is to call an get api to get the run details of the previous run. First Snap:(This one is using a different snaplex with the main pipeline and the rest get pipeline) Second Snap: In the rest get api, we’re using below to get the run details. “https://elastic.snaplogic.com/api/1/rest/public/runtime/“+pipe.projectPath.split(‘/’)[1]+”?limit=2500000” For most of the time, it’s working fine. But some of times, it’s not able to get the previous runs details. We had tried other parameters like start/end time, or last_hours, but seems like because the first snap is using a different snaplex, the rest get is not able to get the run details. There’s not much documents in this, can anyone explain how should we do for this?