I have a value list on clipboard ABC which has two values ABC(1) - “E01” and ABC(2) - “E02”. I need to map this to JSON attribute XYZ. Expected output is “XYZ”:[“E01”,“E02”]. Auto-Map is not working as it supports only Page & page list. Set also doesn’t work as its not a string. Any other way possible?
Auto-Map worked for Value list as well.
Did you accomplished it with out a page list class?
@VINOTHDAYAL Yes, I just used a Value list property.
@Vamsi.Thatavarthi Can you share it once. I am trying the same but not working.
@Vamsi.Thatavarthi Can you please share an example?I am trying to do the same but it is not working .
@lakhank7 did you get this working? We have a similar situation.