Hi @ all,
Is there a possibility that you can set a table from Dataverse as variable?
I have different tables with the same structure like
Dataverse table 1: 1_Test_table
Column 1: Column_1
Column 2: Column_2
Dataverse table 2: 2_Test_table
Column 1: Column_1
Column 2: Column_2
Normally I have many more tables like this.
Now I want make in the OnStart somethink like this:
If(Situation=1, Set(_table;1_Test_table), Set(_table;2_Test_table))
This will work, but:
In different masks I will use this Variable to Patch the Dataverse table:
But Patch(_table,Defaults(_table),... will not work
Is there a possibility to make it workable?
Thank you in advance.