Skip to main content
Question

I’m working on a use case where I want to update augmented attribute with the data from existing table/excel file. What options can I leverage to achieve this?

  • September 8, 2023
  • 2 replies
  • 32 views

I’m updating augmented attribute with the help of action available in skill. It’s working but I have so many possible values to be updated in to my augmented attribute column.

I’m looking for a way where we can update the details to augmented attribute from the data available in table/excel file at a time

I’m using the augmented attribute in olap table in views, for each case_key mapping to be considered from table/excel file and update it in view.

note: Users want to edit the updated value or fill the null row with value, so I choose augmented attribute instead of a regular column

2 replies

abhishek.chatu14
Level 11
Forum|alt.badge.img+4

There is no easy way to do it, the way I would have done it would be take a distinct of the values and update possible values using YAML in the KM

 

imageThen use and Action Flow or Skill to update the desired values.

 

 


  • Author
  • Level 7
  • September 8, 2023

There is no easy way to do it, the way I would have done it would be take a distinct of the values and update possible values using YAML in the KM

 

imageThen use and Action Flow or Skill to update the desired values.

 

 

Thank you