AI Linkedin Assistant
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
This action will push new data or text to a single row on your Flapz board.
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
The selected row will be the only element changed on your Flapz board.
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
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.updateRow.setBoardActionUrl(string: boardActionUrl)