
Riël Notermans
- Total activity 96
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 28
Comments
Recent activity by Riël Notermans-
If you need to get rid of them quick, open the console in Chrome, and enter this line:$(".mark > img").each((i,e) => $(e).click()) Ik will click all task checkboxes.
-
Please, contact us (just chat in Podio Riël Notermans). We do a lot of bulk mail/document generation with google docs. We lack time to build a general solution, but maybe this is a good moment to t...
-
Hello Ingrid, we can offer this intergration als an API Add-on using Google Apps Script.
-
For this reason we never use contacts. We make our own contacts app. Too bad the build in contacts are an unused feature.
-
var name = @firstname var spouce = @spoucename var lastname = @lastname if (!spouce) { name + " " + lastname } else { name + " & " + spouce + " " +lastname }
-
See how that works: https://docs.google.com/a/zzapps.nl/file/d/0B_5HSTQXtXmsNm1nSzg0QnRFMkE/edit?usp=drivesdk
-
@bob, something like type this first to make it a text-field: @incomingfield Then type: var text = @incomingfield var number = text.match( /([0-9]|-)+/ ) if (number) { number[0]; }
-
Andrew, please mail me at riel@zzapps.nl :)
-
I got it working. The payload should be a byte-array. Converted to string it is: --PodioGASBoundary_FileUpload Content-Disposition: form-data; name="filename" filename.txt --PodioGASBoundary_Fil...
-
Few questions: Should the payload be bytearray? Is mimetype always application/octet-stream? Is a filename needed with the source-boject? I only run into server 500 errors when trying every optio...