Hi, I'm only just getting into using PA in anger, previously I've done some simple flows but this latest one is making my ears bleed...hope you can help.
I am creating a Change Log. I have an SP list and I'm populating another list, same columns etc., whenever a new item is added or and existing item is modified. Neither of these has posed an issue until my client asked, in regards to the modified part, if we could only populate the Change Log columns only where the item has been modified. So essentially I may only want to write one piece of data back to one column in the Log....or I may want to write to multiple columns.
I have a Conditions that looks at [Created]=[Modified] which, if true, takes it down the 'new' item path and writes the lot to the Log. If it's false it takes it down the 'modified' path.....and that's where I can't figure out how to just write the edited bits.
By the way I have 25+ columns in the list.
Any ideas?
Thanks