Forum Discussion

Yepitsme's avatar
Yepitsme
Copper Contributor
Feb 04, 2019
Solved

Last Value Column from Another Column in Same List

Hi   I have a Start Date and an End Date column in my SP calendar and was wondering how I can create two new hidden columns that populate with the Last Start Date and Last End Date of the original ...
  • Robin Nilsson's avatar
    Robin Nilsson
    Feb 04, 2019
    Not quite. I was expecting you to have one flow that triggers on your item change. Within that, you test if the 2 fields are the same. If they aren't, you do your logic that you need to do when the end date has changed. THEN you have to set the lastenddate to be the same value, so the next time the item changes, it won't run your logic again. The Flow will always run.

    Basically, that 'Last' field HAS to end up being the same as the main EndDate field. But it only becomes the same AFTER you've done your logic.



    "My question is how do I create the Last End Date field so it copies from the End Date field but does not autoupdate when the End Date field is modified?"

Resources