I am building a list of KPI’s for a staff member performance review.
I am using AI to make suggestions for KPI measurements based off a job description.
I have set up the AI to return a maximum of 10 “suggestions” and also have the results returned in JSON format.
I now have a nice organised / presented list of suggestions.
What I want to be able to achieve now, is to present this list in a collection so that if the user wishes to include a suggestion in the actual KPI list that they are building, clicking the item will add a row to the appropriate table and add the appropriate values.
Possible? Appreciate suggestions. (PS. True No Coder here so please keep it simple
I looked at extracting values using Query JSON but I cannot do this dynamically. I would need to build out 30 columns to extract the 3 field values for each of the 10 “suggestions” and I am not sure that is worth the effort for what I am trying to achieve.
Then you have them all lined out correctly, it’s just a matter of adding an add row button when users view these, to add the extracted name, criteria & goal to the KPI table.