I made the automated expenses work
Solved! Go to Solution.
The format rules can be unconditional -meaning the format rule is always applied to the selected columns or action buttons.
To make the format rules conditional, there will need to be some row columns/CONTEXT() based condition that needs to be mentioned in the format rule setting" If this condition is true"
In your case since the bot adds automated expenses, you could add a condition if those automated expenses are specifically categorized.
For example the format rule could be OR( [Expense_Type] = "ABC" , [Expense_Type]= "LMN")
Here "ABC" and "LMN" are two types of automated expenses.
The format rules can be unconditional -meaning the format rule is always applied to the selected columns or action buttons.
To make the format rules conditional, there will need to be some row columns/CONTEXT() based condition that needs to be mentioned in the format rule setting" If this condition is true"
In your case since the bot adds automated expenses, you could add a condition if those automated expenses are specifically categorized.
For example the format rule could be OR( [Expense_Type] = "ABC" , [Expense_Type]= "LMN")
Here "ABC" and "LMN" are two types of automated expenses.
After testing the Format rule I still have a problem Itโs not transferring the format rule when the BOT creates the new rows in the expense column
Format rule expression
Automated expenses
Expense table
User | Count |
---|---|
20 | |
16 | |
4 | |
3 | |
2 |