# Apply styles

The action will conditionally apply style formatting options on a cell. Currently, font styling options like bold, italic, underline, size, color and background color are supported. Those styles will be only applied if the calculation condition measure returns true. As an alternative option, if you specify a measure in the calculation condition parameter that returns non-boolean values you can also specify any value in the "Value" parameter. In such a case, specific styles will be applied only if the "Value" equal to calculated condition value. The "Value" parameter is optional.

![](/files/-M0wx30RGAgtkGRWxTfh)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.rbcgrp.com/actions/apply-styles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
