Add Tag Field to record result

Certified Associate Developer

Hello, 

For a Record How I can put a tag inside all the values of certain column, 

a!tagField(
labelPosition: "COLLAPSED",
tags: {
a!tagItem(
text: rf!billingInfo.currency.currency,
backgroundColor: "#990099"
)
},
size: "STANDARD"
)

What I have tried is to incorporate somehow this code inside Edit Record List for the specific column values, inside Display Value but no luck so far. 

Display Value

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data