Hello,
Can anyone help me, I want to get my second data from SP List. So this is my scenario:
1. I have database 'Process Production' which has all list of 'No. Component'. This database contains sequence process of each 'No. Component'.
2. Like this:
| no component | machine | process |
| 1 | aaa | blabla |
| 1 | bbb | blibla |
| 1 | ccc | blable |
| 2 | bbb | blabli |
| 2 | ccc | blabla |
| 2 | aaa | blabla |
| 2 | ddd | blabla |
3. I have button submit to patch data machine in different SP List (tracking)
I know the formula for get first data form that SP List, I using this:
'Current Area': First(Filter('Process Production', 'no component' = SOPOWBS_1.Text)).'machine'But I dont know when I want to get second data, does anyone know? Thankyou!