Skip to main content

I’m interested on learning how to programattically access Lucidspark cards’ tags in order to use them and their content within our Conditional Formatting formulas.

I found it.

ATRIBUTES() can help you to confirm whether tags field is indeed available, and then THIS.$tags will return you a list of {“name”: XXX, “color”: YYY} objects.

https://developer.lucid.co/docs/attributes


Hi @quimHM, thank you for contributing to the Lucid for Developers Community and for sharing your solution here! If you have any further questions or if anything else comes up regarding our Formulas, please don’t hesitate to reach out.


Reply