Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I have two infotables parent and child, i want to update the parent infotable rows based on child infotable unique columns. what is the best approach to achive this, tried with UpdateQuery function, its not updating the parent infotable rows.
Hi @SM_10230689
Could you be more specific ? maybe give some example data here ?
Thanks
Hi Danmorin,
Just wanted to update rows between two infotables which are having same columns. based on column names of child infotable need to update rows of parent infotable.
Thanks.