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
Label
Which Flapz board do you want to update?
Slug
board_id
Required
true
Can have default value
false
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.setSelect Board Row(string: select_board_row)
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.setRow Data(string: row_data)
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.setBoard Action Url(string: board_action_url)