I'm fairly new with Automate. I've just been playing around with it for work and I cannot figure out my specific problem. I've been searching the web and testing flows out but cannot seem to figure this out.
I have a sharepoint list with multiple columns. Two of those columns I named number and date. Each number entered has it's own corresponding date. I'm trying to see how to build my flow so that when I input any number from that list, it can auto populate that corresponding date.
For example:
number |
date |
12345 |
10/30/24 |
6789 |
1/15/23 |
147852 |
8/16/24 |
and this table I've made a form through power app, where there's a section that asks for number and date. How can I make a flow where if I input 12345 in the number section, I automatically get 10/30/24? or when I input 6789 I get 1/15/23? Is this even possible?
Thanks in advance.