Hola,
Espero estén teniendo un buen día, quisiera saber si alguien podría ayudarme en el siguiente inconveniente:
¿Qué trigger debo utilizar si deseo que un flujo de active solo cuando se realice una modificación en la Columna Fecha. ?
Solved! Go to Solution.
You can make use of the trigger "When an item or file is modified" , below this add an action "Get changes for an item or file(properties only)". This will give output of which column data was modified in a boolean format. The action output will be list of columns with boolean value against them, if the value is false then it means that column was not modified, if that is true then it means that the column data is modified.
You can add a condition to check if the "Hascolumnchanged" is equal to true or not and then based on that perform the action.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
if the information shared helps you, please consider giving a thumbs up 👍 and mark solution as resolved
You can make use of the trigger "When an item or file is modified" , below this add an action "Get changes for an item or file(properties only)". This will give output of which column data was modified in a boolean format. The action output will be list of columns with boolean value against them, if the value is false then it means that column was not modified, if that is true then it means that the column data is modified.
You can add a condition to check if the "Hascolumnchanged" is equal to true or not and then based on that perform the action.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
if the information shared helps you, please consider giving a thumbs up 👍 and mark solution as resolved
User | Count |
---|---|
90 | |
41 | |
22 | |
20 | |
16 |
User | Count |
---|---|
134 | |
54 | |
47 | |
36 | |
25 |