Group Location
Explore Plans
Mobile menu Close menu
FlapzFlapz

Update Single Flapz Board Row

This action will push new data or text to a single row on your Flapz board.

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
API endpoint slug
flapz_board.update_row
Filter code method
FlapzBoard.updateRow.skip(string?: reason)
Runtime method
runAction("flapz_board.update_row", {})

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

Select board row Dropdown list

Label
Select Board Row
Helper text
Slug
select_board_row
Required
true
Can have default value
true
Filter code method
FlapzBoard.updateRow.setSelectBoardRow(string: selectBoardRow)

Row data Text input > Other

Label
What do you want to show on this row?
Slug
row_data
Required
true
Can have default value
true
Filter code method
FlapzBoard.updateRow.setRowData(string: rowData)

Board action URL Text input > Link

Label
Board Action Url
Helper text
Slug
board_action_url
Required
false
Can have default value
true
Filter code method
FlapzBoard.updateRow.setBoardActionUrl(string: boardActionUrl)