
Announcements
Hello. I have a list for which I want to send email notifications whenever there is a change in specific columns and also include in the message what values changed to which ones. I have used some online guides to built the flow, but I cannot receive the correct info.
However when it is run I don't get the actual column name changed, but the following:
First I receive as output the actual column name (e.g. Important Change (Y), but then in the Has Column Changed box, the columns are retrieved as field_x,
So I cannot use the above outcome to the email notification I want to add.
Any idea on what I am doing wrong?
Many thanks in advance for your help.
Hi @Gkouk74,
I have seen this before, that in the version history the underscore character gets encoded again. In another thread I proposed to replace that underscore by _x005f_
replace('Field_5', '_', '_x005f_')