Update Datatable in blueprint

Hello!

I’m aware we cannot update data tables in blueprints because they are read only but I have seen a few workarounds using structs aparently but I do not understand them cause I’m a bit new to this I would like some insight since there are tutorials about Api to UE5 and CSV to Data Tables but there are no tutorials for Updating or modifying a data table in run time, my idea is to bring the Json Api using VA REST and then make it a CSV file and save it in a path that will update the DATA TABLE technically we can do that right ?

This is what I got so far but I’m stuck atm, I saw a post before that you could modify it using the struct but didn’t get it well any insight is welcome

if theres a pluging that does this you can also add it, preferrable with an example.