dazzling-salesmen-91944
11/22/2021, 9:18 PMdazzling-salesmen-91944
12/07/2021, 6:22 PMadorable-photographer-66555
+ Add
button in the upper right hand corner, click that and in the prompt type in pills
gorgeous-soccer-85989
gorgeous-soccer-85989
gorgeous-soccer-85989
gorgeous-soccer-85989
gorgeous-soccer-85989
message_only
mode to loop through a list or and object in an incoming event.
◦ Specify the path to a field in an incoming Event that contains a list or an object and Tines will invoke the action for each element of the list or object.
◦ When specifying the output event payload, a LOOP
object will be provided for each loop iteration. The LOOP
object will contain:
▪︎ value
– The current value in the loop.
▪︎ index
– The current index in the loop.
▪︎ key
- When iterating over key/value pairs in an object, this is the current key in the loop. This will be absent when iterating over a list.
▪︎ previous_result
– The result of the previous iteration.
◦ A single output event will still be emitted.
◦ The payload of the output event will always be a list. It can potentially contain NULL
elements.
• Next a simple but really useful feature - You can now add descriptions to Resources as well as Credentials
• You may have missed the other big change just before Christmas: We've done a huge revamp of the Liquid Editor which @clever-stone-9183 has written about on the blog
https://www.tines.com/blog/liquid-editing-improvements
• And finally we've also completely re-done the Registration and Login pages which you probably won't see very often as existing users. But they are lovely.
As always let us know what you think or if you run into any issues.gorgeous-soccer-85989
gorgeous-soccer-85989
red-caravan-3691
01/24/2022, 8:55 PM/b
For a new-line etc.red-caravan-3691
01/25/2022, 1:01 AMgorgeous-soccer-85989
silly-magazine-24417
01/27/2022, 10:31 PMgit pull
on the instructor repo (on Cloud GitHub) an hour before class in case the content mgmt. team updated the curriculum.
2. Add some of the contents to the student repo (on Cloud GitLab) (e.g., exclude in-class activity solutions, the instructor's lesson plan, etc.).
3. Open the file for the day's lesson plan and extract + visit the link for the Google Slides, then export that to PDF and add it to the student repo.
4. Commit & Push the changes.
5. After class, go back to the instructor repo and copy the solution guides to the student repo, then commit & push.
a. Willing to just share the extracted Google Slides link via Slack.
6. After class, go to my instructor Zoom account and check if the cloud recording of the day's session is there.
a. Rinse & repeat until it's available.
7. Share the Zoom recording link with the students (I'll start doing this via Slack since I don't have the right level of API access to our LMS).
I'm considering writing this in Bash or Python and throwing it on a VPS, then scheduling via cron, but would love to know if there's an easier way 🙂gorgeous-soccer-85989
gorgeous-soccer-85989
cold-electrician-89990
02/08/2022, 9:19 PM"text":"<mailto:<mailto:brent@bluecore.com|brent@bluecore.com>|<mailto:brent@bluecore.com|brent@bluecore.com>>",
red-caravan-3691
02/10/2022, 10:58 PM"code":403,
"message":"access denied, authorization failed"
If I change my CrowdStrike OAUTH2 Credential Grant Type=Authorization Code I get a re-direct and a 405.. thanks!billowy-art-71518
02/11/2022, 5:54 PMbig-jewelry-40968
02/15/2022, 11:08 PMrapid-king-38539
02/16/2022, 10:20 PMfor
loop to do this, because AFAIK there isn't another way to insert an arbitrary number of spaces. Unfortunately, some sort of optimization seems to be taking place, because {% for i in (1..spaces_needed) %} {% endfor %}
or {% for i in (1..spaces_needed) %}{{' '}}{% endfor %}
result in just one space, but {% for i in (1..spaces_needed) %}x{% endfor %}
results in spaces_needed
copies of x
. Is this a bug in Tines? In Liquid? In my code?miniature-teacher-65329
02/17/2022, 6:18 PMminiature-teacher-65329
02/17/2022, 6:57 PMgorgeous-soccer-85989
gorgeous-soccer-85989
adventurous-manchester-53286
red-caravan-3691
03/03/2022, 12:19 AMgorgeous-soccer-85989
gorgeous-soccer-85989
// liquid
"now" | date: '%s' | minus: 86400 | date: '%Y-%m-%dT%l:%M:%S%z'
// formula
DATE(DATE("now", "%s") - 24 * 60 * 60, "%Y-%m-%dT%l:%M:%S%z")
Before we talk about migration paths and timelines, we’d really love to get your feedback on Formulas in a non-production environment.
So just pop your name and email in this Form and we’ll get you setup immediately.
If you’d like to read some early documentation then check out:
• Formulas Guide
• Formulas for Liquid Users
We can’t wait for everyone to get started on Formulas. As soon as you see how easy it is to understand, read (and write!), you’ll be an instant convert.miniature-teacher-65329
03/16/2022, 7:24 PM