Forum Discussion
ikoalosaurus
Feb 04, 2021Copper Contributor
Would appreciate some help with a very simple flow logic
I have two SharePoint lists. Let's call them List A and List B. List A has 10 columns. Default ID column and 9 custom columns (single field & choice mostly). List B has 20 columns. Out of those 20 ...
ShivajiDhole
Feb 10, 2021Brass Contributor
If my understanding is correct. You can write one event based flow which will trigger when Item get added into LIST B.
1. Use REST API Action to find out ID In List A
2. If you get Value in LIst A then Just copy those 4 values in current Item of LIST B.
3. If you did get value in List A then you can decide to delete current item from List B or Keep it with blank 4 values.
Let me know if you have any questions further on this.
-Shivaji