Invalid Excel Handling(無効なExcel処理)エラー
Invalid Excel Handling
エラーは、以下の状況で発生します。
-
At least one attribute must be selected
MS-Excelにダウンロードするレコードのリストのアトリビュートを指定しないRecord List to Excel要素を使用しています。
アクションフローを編集し、Record List to Excel要素で、Attribute Selectionプロパティのアトリビュートを指定します。
-
<element> selected attributes cannot be of 'Binary Data' data type
Record List to Excel要素で、Binary Dataデータ型のアトリビュートが選択されています。
アクションフローを編集し、Record List to Excel要素のAttribute Selectionプロパティに移動して、Binary Dataデータ型のアトリビュートのチェックを外します。
-
<element> selected attributes cannot be of 'Record' or 'Record List' data types
RecordまたはListデータ型のアトリビュートが複数選択されているRecord List to Excel要素を使用しています。
アクションフローを編集し、Record List to Excel要素のAttribute Selectionプロパティに移動して、RecordまたはListデータ型のアトリビュートのチェックを外します。
-
<element> 'Record Definition' cannot contain entities/structures with 'Binary Data' data type attributes
リスト定義にBinary Dataデータ型のアトリビュートが含まれているExcel to Record List要素を使用しています。
アクションフローを編集して、Excel to Record List要素で、MS-Excelファイルをインポートするために使用するリストの定義を変更します。
-
<element> 'Record Definition' cannot contain structures with nested 'Record' or 'Record List' data type attributes
RecordまたはListデータ型のアトリビュートが含まれているCompoundデータ型のアトリビュートをリスト定義に持つRecord List to Excel要素を使用しています。
アクションフローを編集して、Record List to Excel要素で、MS-Excelファイルをエクスポートするために使用するレコードリストの定義を変更します。