I need a little help getting started,I am trying to create the following experience.
We have a data source that has a number of available job roles/projects that are available, we are looking to introduce a button on a job role that is “register interest” this will then be written to a todo list for a member of our team to follow up on,
So I need to write (to a new datasource) details about the project they have selected and details about the current user.
Is there any help I can look at on how to get started?
This can return all the data associated with the chosen entry instead of one attribute. To get all the data you need to connect to the data source and grab the data for that ID using this: Data Sources JS APIs | Fliplet Developers Documentation
To do No.2 you can use the jQuery click event as shown in the Innovation management template.