1)Start From the Manually trigger flow then Get Rows of sql Table (student). And also get MySql table last row id.
2)Then Get Items of sharepoint list table( student) . And also get the last row id of the list.
3)then compare row Sql table id with sharepoint list id if it is equal then do nothing. if Sql table id >(is greater than) sharepoint list id then no of rows to add .
4)then have to do a loop for each and get the values of the list from the table for id and write those values to the sharepoint list
Please help. Thanks in advance.