Skip to main content
pshashipreetham
18-Opal
18-Opal
January 19, 2023
Solved

Value Collection to INFOTABLE

  • January 19, 2023
  • 1 reply
  • 1305 views

How to convert a value Collection to an Infotable?

Everyone gets this error as a common error:

Shashi_Preetham_0-1674148492205.png


Thanks,

 

Best answer by PaiChung

Unless you have it in a format that can be directly converted to an infotable (like FromJSON/ToJSON) you'll have to:

Create Infotable from Datashape

Iterate value collection

create infotable rows

add row to infotable.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
January 19, 2023

Unless you have it in a format that can be directly converted to an infotable (like FromJSON/ToJSON) you'll have to:

Create Infotable from Datashape

Iterate value collection

create infotable rows

add row to infotable.