AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
FlapzFlapz

Get My Flapz Boards

This query returns all the basic details for all Boards you have in your account.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns all the basic details for all Boards you have in your account.
API endpoint slug
flapz_board.my_boards
Runtime method
performQuery("flapz_board.my_boards")

Query fields

Is public Dropdown list

Label
Only return Boards that are Public
Helper text
If set to TRUE, you will only get info for Boards that you have set to be Public and viewable outside your account.
Slug
is_public
Required
false
Can have default value
true

Ingredients

Board row1The data displayed in the first row of the Flapz board.

Slug
board_row1
Filter code
FlapzBoard.myBoards.BoardRow1
Type
String
Example
My First Row Data

Board row2The data displayed in the second row of the Flapz board.

Slug
board_row2
Filter code
FlapzBoard.myBoards.BoardRow2
Type
String
Example
My Second Row Data

Board row3The data displayed in the third row of the Flapz board.

Slug
board_row3
Filter code
FlapzBoard.myBoards.BoardRow3
Type
String
Example
My Third Row Data

Board nameName of the Board returned by the query

Slug
board_name
Filter code
FlapzBoard.myBoards.BoardName
Type
String
Example
My Awesome Board

Board title rowThe top row of the board that generally explains your data or shows when it was updated

Slug
board_title_row
Filter code
FlapzBoard.myBoards.BoardTitleRow
Type
String
Example
This Is My Title Row

Board row4The data displayed in the fourth and last row of the Flapz board.

Slug
board_row4
Filter code
FlapzBoard.myBoards.BoardRow4
Type
String
Example
My Fourth Row Data