Automate Reddit
Explore Plans
Mobile menu Close menu
FlapzFlapz

Update All Flapz Board Rows

This action will update data rows on a chosen Flapz board with text or new data.

About this action

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 action will update data rows on a chosen Flapz board with text or new data.
API endpoint slug
flapz_board.update_board
Filter code method
FlapzBoard.updateBoard.skip(string?: reason)
Runtime method
runAction("flapz_board.update_board", {})

Action fields

Board ID Dropdown list

Label
Which Flapz board do you want to update?
Slug
board_id
Required
true
Can have default value
false

Board title Text input > Other

Label
Board Title Row
Helper text
The small top row that is generally used to describe the current data on the board.
Slug
board_title
Required
false
Can have default value
true
Filter code method
FlapzBoard.updateBoard.setBoardTitle(string: boardTitle)

Board row 1 Text input > Other

Label
Board Row 1
Slug
board_row_1
Required
false
Can have default value
true
Filter code method
FlapzBoard.updateBoard.setBoardRow1(string: boardRow1)

Board row 2 Text input > Other

Label
Board Row 2
Slug
board_row_2
Required
false
Can have default value
true
Filter code method
FlapzBoard.updateBoard.setBoardRow2(string: boardRow2)

Board row 3 Text input > Other

Label
Board Row 3
Slug
board_row_3
Required
false
Can have default value
true
Filter code method
FlapzBoard.updateBoard.setBoardRow3(string: boardRow3)

Board row 4 Text input > Other

Label
Board Row 4
Slug
board_row_4
Required
false
Can have default value
true
Filter code method
FlapzBoard.updateBoard.setBoardRow4(string: boardRow4)

Board action URL Text input > Link

Label
Board Action Url
Helper text
If you pass an action url to your board, a minimal icon will appear in the corner of the board. This is helpful when the data you are pushing to the board has a url to view more information. (ex: News Headline Link))
Slug
board_action_url
Required
false
Can have default value
true
Filter code method
FlapzBoard.updateBoard.setBoardActionUrl(string: boardActionUrl)