Forum Discussion
Insert a row into a table after each refresh
- 7 years ago
Hi Anonymous,
Please consider below two scenarios.
Scenario1: Query A always loads one row record. After refresh, the new record would cover over the old record.
It is not possible to insert the new record into Query B every refresh.
Scenario2: Query A has only one row record originally. Each time we refresh Query A, it would add one row record into the loaded table.
In that case, your requirement could be achieved. Please append Query A to Query B. When you refresh Query A, the new updated data would be automatically added to QueryB.
Best regards,
Yuliana Gu
Hi Anonymous,
Please consider below two scenarios.
Scenario1: Query A always loads one row record. After refresh, the new record would cover over the old record.
It is not possible to insert the new record into Query B every refresh.
Scenario2: Query A has only one row record originally. Each time we refresh Query A, it would add one row record into the loaded table.
In that case, your requirement could be achieved. Please append Query A to Query B. When you refresh Query A, the new updated data would be automatically added to QueryB.
Best regards,
Yuliana Gu
- Anonymous6 years agoNot applicable
v-yulgu-msft Your solution will only work first time you will have A and B time second time You will A and C and B will be missing.