About 1,940,000 results
Open links in new tab
  1. Taking the output of a checklist in Microsoft Forms and using …

    Jun 4, 2022 · As the title states, I am trying to take a checklist from Forms and transform it into a bulleted list. So far, I have been able to format the checklist with line breaks after separating …

  2. How to code a automatic reset of checkboxes in google sheets?

    May 18, 2023 · I have a list of tasks, in checklist format, that my staff has to complete everyday. Every time they check off one of the boxes (Column A) the column next to it (Column B) …

  3. How to correctly set orderHint to preserve checklist item order in ...

    Nov 25, 2024 · Attempts to Sort Checklist Items: I also tried sorting the checklist items using a Python script based on the orderHint values, but since Planner overwrites them, this hasn't …

  4. Database Design for Storing Checklists and Results

    Sep 7, 2010 · I would break the Checklist task relationship into a relationship table. And add a column to handle indicating the checklist has been updated. A replacement_checklist_id would …

  5. logic app ( power automate) extract checklist items from a task …

    Oct 4, 2024 · inside the for each I have the 'create checklist items on the new tasks' action a http patch which should put the checklist items in the tasks, basically what I'm trying to do is to …

  6. How to draw checkbox or tick mark in GitHub Markdown table?

    I am able to draw checkbox in Github README.md lists using - [ ] (for unchecked checkbox) - [x] (for checked checkbox) But this is not working in table. Does anybody know how to implement …

  7. checkbox - How to create a checklist in MS Access that changes ...

    Apr 11, 2019 · You need to create a form to present your checklist, and optionally, other job details. This form assumes that you have already created a job and selected a light model, but …

  8. sql server - Pure SQL checklist format - Stack Overflow

    Jun 2, 2020 · Pure SQL checklist format Asked 4 years, 8 months ago Modified 4 years, 8 months ago Viewed 62 times

  9. Calculated column based on dropdown list - Stack Overflow

    May 22, 2019 · Hi I'm new in Sharepoint online. I've created a custom list and some of its columns has drop down list. I want the next column fill with some values in checklist format based on …

  10. How to generate new OrderHints when using Graph Api?

    Jun 23, 2022 · I am trying to update Planner Task details checklist items using the GraphApi in C#. The checklist entries have an order already from the source I am reading from (simple line …