i have two coulmns, ‘sale’ (MSRP price) and ‘sale_price’ (my price) and i tired to merge them into a single column using array. but for some reason i cant find the array column. when i try to select in the dropdown menu. I added photo to clarify, also it possible to edit the text color as shown in the image below.
Instead of an array, you’re probably better off using a Template column for this purpose, and display it in a Rich Text component. Doing that, you could also apply some inline styling to change the text colour.
The Action Text component that you are using expects a single value, which is why you can’t target it at your array column.
Great, I did merge them together successfully using the template. but still have not figured out how to change the text format. Do I have to use CSS to do that?
I just got it lol. Intersting! I was using the action text and it wasnt working properly, I switched to the rich text format and voila!
Thank you boss!
yep, you can do a lot with the Rich Text component and a bit of CSS.
Just be aware that Glide do not officially support this - although that doesn’t stop many of us from doing it