Highlight updated information only.

Hi Friends,

I am using a report to share operation issues. Day or 3 days after i am changing some details in some sections. Would like to update user with changed section only instead of send whole report. In condition section i am using the formula below.

AND(
ISNOTBLANK([Shared]),
NOT(
[_THISROW_BEFORE].[Shared] = [_THISROW_AFTER].[Shared]
)
)

It is checking the shared column only. 

How possible is to highlight only changed sentence, data or some word in section i am updating?

Thanks in advance.

0 1 55
1 REPLY 1

Questions like this should be posted in the AppSheet Q&A board, where they're more likely to be seen by someone who can provide an answer and won't confuse anyone reviewing this Tips & Tricks board for the type of content it's intended for. I suggested to moderators that they move the post.

Conditionally format a field using If expressions

Top Labels in this Space