
Johnny Boersma
- Total activity 79
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 12
- Subscriptions 38
Activity overview
Latest activity by Johnny Boersma-
Johnny Boersma created an article,
Difference {user:id} in-app and from {user:id} from API
Question: When i use {user:id} inside the app, then i get a very short id.When i use the Appmachine API and call the get user function, then i get a very large ID from the user.Why is there a diffe...
-
Johnny Boersma commented,
Hi Mark, Unfortunately no. You can only connect 1 sheet to another sheet
-
Johnny Boersma created an article,
Push Notification API Tutorial - Part 2
Requirements for this tutorial: - Basic knowledge of API’s - Live app in the store(s) so you can test this feature - Link to the API - Part 1 of the Tutorial In Part 1 we discussed the Push Notific...
-
Johnny Boersma created an article,
Push Notification API Tutorial - Part 1
Requirements for this tutorial: - Basic knowledge of APIs- Live app in the store so you can test this feature- Link to the API We are going to send a push notification to a specific category that w...
-
Johnny Boersma created an article,
How To: JS zip file as the view of the Excel block
You can upload a zip file containing some JS files and HTML files to generate the view of your Excel block in stead of using the "default" view. With this little piece of code you can generate yo...
-
Johnny Boersma created an article,
How to: Access Excel data in your Javascript *child* block
The way you should do this is by adding an Excel building block to your app.Next add the JavaScript block as child of the Excel block, this will allow you to access the data from the Excel block. Y...
-
Johnny Boersma commented,
Hi Jeff, Can you give me an example where you want to use this? ( you can also reply on your ticket).
-
Johnny Boersma commented,
Hello Jeff, It would return nothing since the property is empty. Kind regards,
-
Johnny Boersma created an article,
Custom Events View with Excel file
A customer asked how we can add "custom formats" to a date field (11/6) like the picture below (right one). In your <label> element you can add the property "type" and "format". - type you can giv...
-
Johnny Boersma created an article,
Dynamic variable web service in combination with Set Property
Introduction: You want to use a field from web service X as an input parameter for web service Y. So how do you do this ? Example: Situation: We have "patients" and we want to use the id from the c...