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 Label Which Flapz board do you want to update? Slug board_id Required true Can have default value false 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) Label Board Row 1 Slug board_row_1 Required false Can have default value true Filter code method FlapzBoard.updateBoard.setBoardRow1(string: boardRow1) Label Board Row 2 Slug board_row_2 Required false Can have default value true Filter code method FlapzBoard.updateBoard.setBoardRow2(string: boardRow2) Label Board Row 3 Slug board_row_3 Required false Can have default value true Filter code method FlapzBoard.updateBoard.setBoardRow3(string: boardRow3) Label Board Row 4 Slug board_row_4 Required false Can have default value true Filter code method FlapzBoard.updateBoard.setBoardRow4(string: boardRow4) 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)