Explore Plans
Mobile menu Close menu
Flapz

Update All Flapz Board Rows

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

Developer info

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 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.setBoard Title(string: board_title)

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.setBoard Row 1(string: board_row_1)

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.setBoard Row 2(string: board_row_2)

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.setBoard Row 3(string: board_row_3)

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.setBoard Row 4(string: board_row_4)

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.setBoard Action Url(string: board_action_url)