Forum Discussion

Liz_wacoal's avatar
Liz_wacoal
Copper Contributor
Jan 31, 2020
Solved

Breaking links to a query as it updates

Hi,   I am using some data that is being generated by people filling out a MS Form on an ongoing basis.   Once the data is generated, I need a manager to be able to enter some additional data to ...
  • SergeiBaklan's avatar
    SergeiBaklan
    Jan 31, 2020

    Liz_wacoal 

    Do I understand correctly manager adds additional data to the same rows which Form generated? If so you may simply add few other columns to the table which Form uses, assuming Form works with Excel file located on Sharepoint. Form and manager could work simultaneously with the same table, that's kind of co-authoring. Form always adds new row to the bottom of the table ignoring manually added columns, no managers's info will be affected. 

     

    If Form works not with Sharepont file when flow. Same story, you may add additional columns which Flow ignores adding next rows. The only flow is less reliable.