Write back Task

Hello!

Thanks for your time in advance.

I want to create a edit window that embeded in the DOMO dashboard or DOMO app studio, the acheive the function that: i want to directly create a task on the interface of the dashboard, including the columns of 'time', 'type', 'follow up', 'owner', 'owner feedback'. I want to have a write back interface for the assignee to write his feedback back to the task that he has beed assigned to.

How can i achieve it? please help and thanks!!!!!!!!!

Answers

  • How about a webform with a dataset that holds your task data: time, type, follow-up, owner, and feedback. Display the data in a table and use filters and PDP (personalized permissions) to restrict users to only their tasks? And have them edit the webform to update their feedback?

    Or you could create a custom brick using HTML/CSS/Javascript that submits data via the Domo API to a dataset. With the tasks appearing on a table card.

    Or possibly a writeback connector to sync with an external system like Google Sheets.

    ** Was this post helpful? Click Agree or Like below. **
    ** Did this solve your problem? Accept it as a solution! **

  • domo app studio.png

    Hi, thanks for your reply!!

    yes i have already created a webform and showed it on the app studio, but how can i achieve the function which can allow the owner to directly edit the feedback to the task on the app studio interface? and can feedback to the specific task he is assigned?