01-19-2024 02:57 AM - edited 02-02-2024 07:18 PM
Hi Folks,
Happy New Year! I hope you all had a wonderful holiday and are recharged for the brand new 2024.
Reflecting on 2023, one topic frequently comes to mind: user onboarding – it’s my favourite topic actually, yet a universal pain point, regardless of perspective.
From an SME’s viewpoint, the main considerations are:
If you’re facing dilemmas around these points, I’m here to help 😁
So, I’m expanding on this topic by adding more use cases to the post I wrote last year, as I have learned over the time that it’s not uncommon for the firms to use a spreadsheet for:
Not judging here – it probably works effectively. We can certainly achieve the goal of making user onboarding a better experience with the readily available essential data from that sheet.
You might have noticed there is a feature in JumpCloud where we can create a custom API integration for importing users. What if I told you that this could be integrated with the spreadsheet to automate the user onboarding – on an hourly basis?
Here is how.
[Update - 3rd Feb 2024] You can download and import my workflow blueprint (for make.com) here. And the updated CSV template here.
That’s it, thanks for reading this far as usual, please comment below if you have any questions.
Happy Friday!
02-02-2024 09:41 AM
This is really useful, thanks. Any chance you can share the link to the template please?
02-02-2024 07:20 PM
Good callout Steven, I somehow missed the links 😂. Post updated with the links.
02-05-2024 10:34 AM
Thanks 😁
I am having some trouble creating the JSON structure. Any chance you could go into a bit more detail? Im not sure how you got the Total Count part.
02-05-2024 07:23 PM
no worries.
so the `Total Count` should came from the array module like this:
the array module will essentially pack each "new row" and count them hence that attribute is representing.
02-14-2024 12:35 PM
Thanks for the updated information.
I am still having trouble with the Total Count. I dont seem to have __IMTAGGLENGHT__ in the Array. I am probably missing something really simple but i have tried a few times.
02-16-2024 12:45 AM
sorry to hear that Steven, are you able to share a sanitised screenshot similar to my last reply?
02-16-2024 05:42 AM
I have created this a clip of the scenario which you can view here
Thanks again for your help, it is much appreciated.
02-16-2024 06:52 PM
all good, Steven. and thanks for uploading the video, it helps!
Now I know why 😀 - it seems you have not run the flow yet, hence there is no data been aggregated by the "array aggregator" module, so it can't tell the "total number" of object (basically how many rows of the record in Gsheet). probably you can try put in some placeholder data and run the scenario once to flow in the data?
You can do a POST from PostMan to the webhook we created in the very first step for testing purposes.
Or, you can run the gsheet module only to get the data - then it will be picked up by the "array aggregator":
let me know how it goes.
New to the site? Take a look at these additional resources:
Ready to join us? You can register here.