Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
How to convert a value Collection to an Infotable?
Everyone gets this error as a common error:
Thanks,
Solved! Go to Solution.
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.
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.