Make. com - シナリオに変数を挿入してAirtableのSearch Recordsモジュールに問題が発生しています
make.comであるシナリオを作成していますが、テスト中に問題が発生しました。具体的には、Tableフィールドに、Search Airtableモジュールで変数(表の名前を含む)を挿入した場合、エラーが表示され、デフォルトの列が読み込まれません。 一方、同じフィールドに変数ではなく表の名前を正確に挿入すると(Set Variableの参照ではなく)、すべてのデータが正しく読み込まれます。 このエラーを修正して、固定値ではなく指定した場所に変数を挿入できるようにするにはどうすればよいですか? PS. コントロール+C / Vショートカットによるスクリーンショットの挿入オプションと、問題を示す複数の画像/スクリーンショットの追加が可能な機能が便利であると思います。
make.comであるシナリオを作成していますが、テスト中に問題が発生しました。具体的には、Tableフィールドに、Search Airtableモジュールで変数(表の名前を含む)を挿入した場合、エラーが表示され、デフォルトの列が読み込まれません。 一方、同じフィールドに変数ではなく表の名前を正確に挿入すると(Set Variableの参照ではなく)、すべてのデータが正しく読み込まれます。 このエラーを修正して、固定値ではなく指定した場所に変数を挿入できるようにするにはどうすればよいですか? PS. コントロール+C / Vショートカットによるスクリーンショットの挿入オプションと、問題を示す複数の画像/スクリーンショットの追加が可能な機能が便利であると思います。
Show original content
4 users upvote it!
2 answers
Popular

"The mechanism for handling a link is more complex than handling a constant. This is a general programming principle. I don't know make.com, but it should be described in the specification. If there is support for links, which are a specific form of variable, you need to report the error and wait for it to be fixed. If such support is not declared, then... you have to be satisfied with what is available (or find a creative workaround:)"
"The mechanism for handling a link is more complex than handling a constant. This is a general programming principle. I don't know make.com, but it should be described in the specification. If there is support for links, which are a specific form of variable, you need to report the error and wait for it to be fixed. If such support is not declared, then... you have to be satisfied with what is available (or find a creative workaround:)"
Machine translated
1 likes

The problem concerns inserting a variable in the Search Records Airtable module scenario on the make.com website. If I place a variable containing the Table name in the Table field, an error occurs and the default columns are not loaded. However, if I use the exact same Table name directly in the field, all the data is correctly loaded. To correct this error and be able to use a variable instead of a constant value, you can try using the Set Variable module before the Search Records Airtable module. In the Set Variable module, set the variable value to the Table name, and then use that variable in the Table field of the Search Records Airtable module. This should allow for the correct loading of data from Airtable. PS. Actually, the lack of options to insert screen captures using CTRL+C/CTRL+V shortcuts along with the ability to add more than one image/capture would be useful. However, you can still send screen captures as graphic files by using the "Add Image" button on the make.com website.
The problem concerns inserting a variable in the Search Records Airtable module scenario on the make.com website. If I place a variable containing the Table name in the Table field, an error occurs and the default columns are not loaded. However, if I use the exact same Table name directly in the field, all the data is correctly loaded. To correct this error and be able to use a variable instead of a constant value, you can try using the Set Variable module before the Search Records Airtable module. In the Set Variable module, set the variable value to the Table name, and then use that variable in the Table field of the Search Records Airtable module. This should allow for the correct loading of data from Airtable. PS. Actually, the lack of options to insert screen captures using CTRL+C/CTRL+V shortcuts along with the ability to add more than one image/capture would be useful. However, you can still send screen captures as graphic files by using the "Add Image" button on the make.com website.
Machine translated
1 likes