Refresh this block for new fields.
Start
Takes input of any type
Pull the latest submission batch
HTTP
Fetch Entry List
Formline
GET
https://api.formline.dev/v1/forms/{…
Send
Success ()
Fail ()
1 variable
Add environment
{ formSpaceId +
body.entries
?
Evaluate
FQL
::
value1
Enter path…
variable
+
$reverse(value1)
Snippets
Result [] ⌟
For
[] List
Item ?
Start
List recent posts in a single channel
HTTP
Fetch Posts
Pulseboard
GET
https://api.pulseboard.io/channels…
Send
Success ()
Fail ()
2 variables
Add environment
{ channelKey +
{ boardToken +
Keep only the posts published by your bot
Evaluate
FQL
::
value1
Enter path…
::
botRef
botRef
variable
+
$filter(value1.body.posts, fn($p) {
($p.author_id = botRef)
})
Snippets
Result [] ⌟
Convert the newest post date to milliseconds
Evaluate
FQL
::
value1
.0
variable
+
$fromMillis($number(value1.ts) * 1000)
Snippets
Result Aa ⌟
Your bot ID, which you need to store in this variable
Aa
{yourBotId}
botRef
