問題タブ [power-platform]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
dynamics-crm - プラグイン操作前の作成 - フィールドの更新エラー
エンティティ X の Pre Create 操作でプラグインが起動します。次のコードを使用してエンティティ X のフィールドを更新しようとすると、エラーが発生します。
私が得ているエラーは次のとおりです: ID = 11505683-2292-b537-e311-143710e56fb7のエンティティXは存在しません
azure-logic-apps - cannot create file in azure storage on failure of previous task: The schema definition for action with status code '200' is not valid
I am saving a file to azure storage .
If the filename is numeric, it will be saved in DirectoryA, otherwise it will be saved to DirectoryB.
There is no "isNumeric()" function in powerflow, so I am casting the filename as int and if it fails, i am directing the flow to save the file to a different folder.
The issue is, for the task that saves file to azure storage, if i set it to "run on failure of previous task, i get the error:
I cannot find any way around this, and would appreciate any advise or expertise.
Thank you
powerapps - PowerApps の削除機能が正しく動作しない
私のアプリでは、このコードを使用しています
チェックボックスがチケットかどうかをチェックします。そうである場合は、Sharepoint リストからアイテムを削除できます。そうでない場合は、エラーが表示されます。
この機能を変更したかったので、削除後に別の画面に移動しましたが、失敗しました。
チェックボックスがチェックされていなくても、次の画面に移動しているため、この関数はどれも正しく機能しません (エラー メッセージ)。