Snippet to create an infotable from a datashape is not responding
Is there another way to get the code for a snippet and copy it into my script? The snippet to create an infotable from a datashape is not responding when I try to move it over.
Is there another way to get the code for a snippet and copy it into my script? The snippet to create an infotable from a datashape is not responding when I try to move it over.
var params = {
infoTableName : "InfoTable",
dataShapeName : "yourDataShape"
};
// CreateInfoTableFromDataShape(infoTableName:STRING("InfoTable"), dataShapeName:STRING):INFOTABLE(logErrorAggregateShape)
var result = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.