> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-feat-acul-js-sdk-1-7-0-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Exécution et débogueur

> Décrit comment examiner les exécutions de flux et déboguer les exécutions de formulaires.

Chaque fois qu’un flux s’exécute, Auth0 stocke une entrée que vous pouvez utiliser pour déboguer l’exécution. Ceci est utile pour comprendre pourquoi une erreur d’exécution de flux s’est produite. Par exemple, un flux peut échouer en raison de propriétés manquantes, de fautes de frappe, de clés API incorrectes, etc.

## Révision de l’exécution des flux

Pour examiner une entrée d’exécution pour un flux, suivez les étapes ci-dessous :

1. Naviguez vers **Auth0 Dashboard > Actions > Forms (Formulaires)**, puis sélectionnez **Flows (Flux)**.
2. Sélectionnez un flux dans la liste.
3. Sélectionnez **Executions (Exécutions)**.

<Frame>
  <img src="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/yrAEVw_5ATlGNUB6/docs/images/fr-ca/cdy7uua7fh8z/448jfjHtgCxfIeDOakuHyd/fba64deda0cf920f399de2190e94bdc9/Flows-execution.png?fit=max&auto=format&n=yrAEVw_5ATlGNUB6&q=85&s=5463001171e8131309b0387f8872bf8c" alt="Dashboard > Actions > Forms > Flows > Execution" data-og-width="1404" width="1404" data-og-height="562" height="562" data-path="docs/images/fr-ca/cdy7uua7fh8z/448jfjHtgCxfIeDOakuHyd/fba64deda0cf920f399de2190e94bdc9/Flows-execution.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/yrAEVw_5ATlGNUB6/docs/images/fr-ca/cdy7uua7fh8z/448jfjHtgCxfIeDOakuHyd/fba64deda0cf920f399de2190e94bdc9/Flows-execution.png?w=280&fit=max&auto=format&n=yrAEVw_5ATlGNUB6&q=85&s=48f0d271b30cf0317da47e4ba0e2762c 280w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/yrAEVw_5ATlGNUB6/docs/images/fr-ca/cdy7uua7fh8z/448jfjHtgCxfIeDOakuHyd/fba64deda0cf920f399de2190e94bdc9/Flows-execution.png?w=560&fit=max&auto=format&n=yrAEVw_5ATlGNUB6&q=85&s=9b775b158564ac41402c9c75e6d638df 560w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/yrAEVw_5ATlGNUB6/docs/images/fr-ca/cdy7uua7fh8z/448jfjHtgCxfIeDOakuHyd/fba64deda0cf920f399de2190e94bdc9/Flows-execution.png?w=840&fit=max&auto=format&n=yrAEVw_5ATlGNUB6&q=85&s=c6121eeb520be6dcd8fe1903dc3f2f74 840w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/yrAEVw_5ATlGNUB6/docs/images/fr-ca/cdy7uua7fh8z/448jfjHtgCxfIeDOakuHyd/fba64deda0cf920f399de2190e94bdc9/Flows-execution.png?w=1100&fit=max&auto=format&n=yrAEVw_5ATlGNUB6&q=85&s=510c6795e371e639a8c3da0e07c63c49 1100w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/yrAEVw_5ATlGNUB6/docs/images/fr-ca/cdy7uua7fh8z/448jfjHtgCxfIeDOakuHyd/fba64deda0cf920f399de2190e94bdc9/Flows-execution.png?w=1650&fit=max&auto=format&n=yrAEVw_5ATlGNUB6&q=85&s=14820e72913505aa095a7b78e5a6a4ef 1650w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/yrAEVw_5ATlGNUB6/docs/images/fr-ca/cdy7uua7fh8z/448jfjHtgCxfIeDOakuHyd/fba64deda0cf920f399de2190e94bdc9/Flows-execution.png?w=2500&fit=max&auto=format&n=yrAEVw_5ATlGNUB6&q=85&s=b339b2d6327c4297425325edf6c952f9 2500w" />
</Frame>

Chaque entrée d’exécution a quatre propriétés :

* **Execution date (Date d’exécution)** : la date d’exécution du flux.
* **Execution ID (Identifiant d’exécution)** : l’identifiant unique de l’exécution du flux.
* **Status (État)** : l’étape actuelle de l’exécution du flux. 4 états d’exécution sont possibles :

  * **Running (Exécution)** : l’exécution est en cours.
  * **Failed (Échec)** : l’exécution a échoué en raison d’une erreur interne, telle que l’absence des paramètres requis dans une action de flux.
  * **Completed (Terminé)** : l’exécution s’est terminée sans erreurs internes.
* **View Details (Afficher les détails)** : ouvre la fenêtre de débogage de l’exécution.

<Frame>
  <img src="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/Vht83TOEsZSmOQB7/docs/images/fr-ca/cdy7uua7fh8z/1VqWEaVZg5lrXatXe9dbFB/dbcf7edca5aabdfc544f04cb18be4149/Flow-execution-details.png?fit=max&auto=format&n=Vht83TOEsZSmOQB7&q=85&s=4a25133b9f5e349ce4fd60f13f1c5ec7" alt="Dashboard > Actions >  Forms > Flows > Executions" data-og-width="1404" width="1404" data-og-height="622" height="622" data-path="docs/images/fr-ca/cdy7uua7fh8z/1VqWEaVZg5lrXatXe9dbFB/dbcf7edca5aabdfc544f04cb18be4149/Flow-execution-details.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/Vht83TOEsZSmOQB7/docs/images/fr-ca/cdy7uua7fh8z/1VqWEaVZg5lrXatXe9dbFB/dbcf7edca5aabdfc544f04cb18be4149/Flow-execution-details.png?w=280&fit=max&auto=format&n=Vht83TOEsZSmOQB7&q=85&s=073d1383f23a78347d7416fd78306ec5 280w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/Vht83TOEsZSmOQB7/docs/images/fr-ca/cdy7uua7fh8z/1VqWEaVZg5lrXatXe9dbFB/dbcf7edca5aabdfc544f04cb18be4149/Flow-execution-details.png?w=560&fit=max&auto=format&n=Vht83TOEsZSmOQB7&q=85&s=56e901b99070bf48d6fe230d4891568f 560w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/Vht83TOEsZSmOQB7/docs/images/fr-ca/cdy7uua7fh8z/1VqWEaVZg5lrXatXe9dbFB/dbcf7edca5aabdfc544f04cb18be4149/Flow-execution-details.png?w=840&fit=max&auto=format&n=Vht83TOEsZSmOQB7&q=85&s=a78ae4105df1a6c023299129cd3d4f6f 840w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/Vht83TOEsZSmOQB7/docs/images/fr-ca/cdy7uua7fh8z/1VqWEaVZg5lrXatXe9dbFB/dbcf7edca5aabdfc544f04cb18be4149/Flow-execution-details.png?w=1100&fit=max&auto=format&n=Vht83TOEsZSmOQB7&q=85&s=a8a639e336dc33dc56c381982dd6cec8 1100w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/Vht83TOEsZSmOQB7/docs/images/fr-ca/cdy7uua7fh8z/1VqWEaVZg5lrXatXe9dbFB/dbcf7edca5aabdfc544f04cb18be4149/Flow-execution-details.png?w=1650&fit=max&auto=format&n=Vht83TOEsZSmOQB7&q=85&s=72faaa2f5f68690c3ff24528c056c6e3 1650w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/Vht83TOEsZSmOQB7/docs/images/fr-ca/cdy7uua7fh8z/1VqWEaVZg5lrXatXe9dbFB/dbcf7edca5aabdfc544f04cb18be4149/Flow-execution-details.png?w=2500&fit=max&auto=format&n=Vht83TOEsZSmOQB7&q=85&s=341de1161e5e365aa89f5ad8a2d41cee 2500w" />
</Frame>

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  Les états Terminé et Échoué sont des états finaux. Lorsqu’une exécution atteint l’un ou l’autre de ces états, le flux est entièrement traité.
</Callout>

## Déboguer l’exécutions des flux

Pour aider au débogage ou au dépannage d’un flux, vous pouvez consulter les données d’entrée, de sortie et d’erreur du flux en accédant à la fenêtre **View Details (Afficher les détails)** de l’exécution.

<Frame>
  <img src="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/UEaYx3GmPyDhU5lm/docs/images/fr-ca/cdy7uua7fh8z/5aeniTfHXplDyZfwCKBcgK/a2098a476edde76da10a527b0a606e95/Flow-error.png?fit=max&auto=format&n=UEaYx3GmPyDhU5lm&q=85&s=2e73c709e9b1c36990ba60a19eda3e75" alt="Dashboard > Actions > Forms > Form" data-og-width="1404" width="1404" data-og-height="608" height="608" data-path="docs/images/fr-ca/cdy7uua7fh8z/5aeniTfHXplDyZfwCKBcgK/a2098a476edde76da10a527b0a606e95/Flow-error.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/UEaYx3GmPyDhU5lm/docs/images/fr-ca/cdy7uua7fh8z/5aeniTfHXplDyZfwCKBcgK/a2098a476edde76da10a527b0a606e95/Flow-error.png?w=280&fit=max&auto=format&n=UEaYx3GmPyDhU5lm&q=85&s=029d4c50e22cce680f393ab0b3527239 280w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/UEaYx3GmPyDhU5lm/docs/images/fr-ca/cdy7uua7fh8z/5aeniTfHXplDyZfwCKBcgK/a2098a476edde76da10a527b0a606e95/Flow-error.png?w=560&fit=max&auto=format&n=UEaYx3GmPyDhU5lm&q=85&s=cb363e4feb3c0206cce5af5b677a6ae6 560w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/UEaYx3GmPyDhU5lm/docs/images/fr-ca/cdy7uua7fh8z/5aeniTfHXplDyZfwCKBcgK/a2098a476edde76da10a527b0a606e95/Flow-error.png?w=840&fit=max&auto=format&n=UEaYx3GmPyDhU5lm&q=85&s=fadc5bf8ff0e85252ba79a3aa39b9835 840w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/UEaYx3GmPyDhU5lm/docs/images/fr-ca/cdy7uua7fh8z/5aeniTfHXplDyZfwCKBcgK/a2098a476edde76da10a527b0a606e95/Flow-error.png?w=1100&fit=max&auto=format&n=UEaYx3GmPyDhU5lm&q=85&s=92ea676b495b4c7540b55f5a46f4bfb8 1100w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/UEaYx3GmPyDhU5lm/docs/images/fr-ca/cdy7uua7fh8z/5aeniTfHXplDyZfwCKBcgK/a2098a476edde76da10a527b0a606e95/Flow-error.png?w=1650&fit=max&auto=format&n=UEaYx3GmPyDhU5lm&q=85&s=23eaf6392ed28a25e964d2bd31c1f56f 1650w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/UEaYx3GmPyDhU5lm/docs/images/fr-ca/cdy7uua7fh8z/5aeniTfHXplDyZfwCKBcgK/a2098a476edde76da10a527b0a606e95/Flow-error.png?w=2500&fit=max&auto=format&n=UEaYx3GmPyDhU5lm&q=85&s=f7e52f23bebbc6fa8c9e39b4b3da08bc 2500w" />
</Frame>

Pour déboguer une erreur qui interrompt l’exécution du flux, procédez comme suit :

1. Naviguez vers **Auth0 Dashboard> Actions > Forms (Formulaires)**.

2. Localisez le flux associé au nœud de l’étape.

   <Frame>
     <img src="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4LjULYyo0nhtNowm7J5okz/27ea3f8386bb5015d447c48facf6b90f/flow-error-linked.png?fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=dc7c2a9103c77ebd11cbea10890fb201" alt="Dashboard > Actions > Forms > Form" data-og-width="1402" width="1402" data-og-height="744" height="744" data-path="docs/images/fr-ca/cdy7uua7fh8z/4LjULYyo0nhtNowm7J5okz/27ea3f8386bb5015d447c48facf6b90f/flow-error-linked.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4LjULYyo0nhtNowm7J5okz/27ea3f8386bb5015d447c48facf6b90f/flow-error-linked.png?w=280&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=8b6e804bddeb7cc9936e893e84ec9148 280w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4LjULYyo0nhtNowm7J5okz/27ea3f8386bb5015d447c48facf6b90f/flow-error-linked.png?w=560&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=76576f65ce46e157d9a06aa22c433089 560w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4LjULYyo0nhtNowm7J5okz/27ea3f8386bb5015d447c48facf6b90f/flow-error-linked.png?w=840&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=d747f9fa2b9409f0adc7c7379a67a7ca 840w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4LjULYyo0nhtNowm7J5okz/27ea3f8386bb5015d447c48facf6b90f/flow-error-linked.png?w=1100&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=a0cd07e92f997d52eee8aab548515b2b 1100w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4LjULYyo0nhtNowm7J5okz/27ea3f8386bb5015d447c48facf6b90f/flow-error-linked.png?w=1650&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=6e4cfa13e9252faa12d6b3bd6831e336 1650w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4LjULYyo0nhtNowm7J5okz/27ea3f8386bb5015d447c48facf6b90f/flow-error-linked.png?w=2500&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=cba2ac293a29b6b63aa796050c2ec747 2500w" />
   </Frame>

3. Sélectionnez **Edit Flow (Modifier le flux)**.

4. Sélectionnez **Executions (Exécutions)**.

5. Sélectionnez **View Details (Afficher les détails)** de l’exécution échouée.

Dans l’exemple ci-dessous, la vue de l’onglet `Input (Entrée)` de l’action **Update user** affiche une valeur NULL pour la propriété `user_id`.

<Frame>
  <img src="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/uZKa9xJyHQd-Q9UK/docs/images/fr-ca/cdy7uua7fh8z/6QNYKDqG9AIOEzQkP6Fnnr/db885e146179a0490eddd5ad6cb518dc/Flow-execution-failed.png?fit=max&auto=format&n=uZKa9xJyHQd-Q9UK&q=85&s=dc4f24758997e6cf91a08227529a1d9b" alt="Dashboard > Actions > Forms > Flow > Execution" data-og-width="1404" width="1404" data-og-height="469" height="469" data-path="docs/images/fr-ca/cdy7uua7fh8z/6QNYKDqG9AIOEzQkP6Fnnr/db885e146179a0490eddd5ad6cb518dc/Flow-execution-failed.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/uZKa9xJyHQd-Q9UK/docs/images/fr-ca/cdy7uua7fh8z/6QNYKDqG9AIOEzQkP6Fnnr/db885e146179a0490eddd5ad6cb518dc/Flow-execution-failed.png?w=280&fit=max&auto=format&n=uZKa9xJyHQd-Q9UK&q=85&s=a19fc868c731d3d7b43e6e3a950953ae 280w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/uZKa9xJyHQd-Q9UK/docs/images/fr-ca/cdy7uua7fh8z/6QNYKDqG9AIOEzQkP6Fnnr/db885e146179a0490eddd5ad6cb518dc/Flow-execution-failed.png?w=560&fit=max&auto=format&n=uZKa9xJyHQd-Q9UK&q=85&s=d64416ca2567370db7d11a641c00fc19 560w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/uZKa9xJyHQd-Q9UK/docs/images/fr-ca/cdy7uua7fh8z/6QNYKDqG9AIOEzQkP6Fnnr/db885e146179a0490eddd5ad6cb518dc/Flow-execution-failed.png?w=840&fit=max&auto=format&n=uZKa9xJyHQd-Q9UK&q=85&s=f7bfa5689f6b1926017e80d1c01f2019 840w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/uZKa9xJyHQd-Q9UK/docs/images/fr-ca/cdy7uua7fh8z/6QNYKDqG9AIOEzQkP6Fnnr/db885e146179a0490eddd5ad6cb518dc/Flow-execution-failed.png?w=1100&fit=max&auto=format&n=uZKa9xJyHQd-Q9UK&q=85&s=59bfb344bbf582ff64cdb3d8f77cd21a 1100w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/uZKa9xJyHQd-Q9UK/docs/images/fr-ca/cdy7uua7fh8z/6QNYKDqG9AIOEzQkP6Fnnr/db885e146179a0490eddd5ad6cb518dc/Flow-execution-failed.png?w=1650&fit=max&auto=format&n=uZKa9xJyHQd-Q9UK&q=85&s=9e126df2e9bf05c39325d3aeb54baab3 1650w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/uZKa9xJyHQd-Q9UK/docs/images/fr-ca/cdy7uua7fh8z/6QNYKDqG9AIOEzQkP6Fnnr/db885e146179a0490eddd5ad6cb518dc/Flow-execution-failed.png?w=2500&fit=max&auto=format&n=uZKa9xJyHQd-Q9UK&q=85&s=ea822f1c2422911a959bfff968371185 2500w" />
</Frame>

La vue **Error (Erreur)** indique que la validation du schéma de l’action a échoué parce que la propriété `user_id` requise est manquante. Le flux renvoie une erreur interne qui interrompt l’exécution du flux.

<Frame>
  <img src="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/Vht83TOEsZSmOQB7/docs/images/fr-ca/cdy7uua7fh8z/1kaKihtJtv8VvNAyTkW4cC/6b34bcecc8642d7d97aaf2c8dec51ebc/flow-execution-error-view.png?fit=max&auto=format&n=Vht83TOEsZSmOQB7&q=85&s=57f9528052f22102b9eb9d83d4749f69" alt="Dashboard > Actions > Forms > Flow > Execution > Error" data-og-width="1404" width="1404" data-og-height="584" height="584" data-path="docs/images/fr-ca/cdy7uua7fh8z/1kaKihtJtv8VvNAyTkW4cC/6b34bcecc8642d7d97aaf2c8dec51ebc/flow-execution-error-view.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/Vht83TOEsZSmOQB7/docs/images/fr-ca/cdy7uua7fh8z/1kaKihtJtv8VvNAyTkW4cC/6b34bcecc8642d7d97aaf2c8dec51ebc/flow-execution-error-view.png?w=280&fit=max&auto=format&n=Vht83TOEsZSmOQB7&q=85&s=5b7e6fec825835279a0961a6c248ebc0 280w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/Vht83TOEsZSmOQB7/docs/images/fr-ca/cdy7uua7fh8z/1kaKihtJtv8VvNAyTkW4cC/6b34bcecc8642d7d97aaf2c8dec51ebc/flow-execution-error-view.png?w=560&fit=max&auto=format&n=Vht83TOEsZSmOQB7&q=85&s=ced4b0bb9e2bf64397b69f36c114d472 560w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/Vht83TOEsZSmOQB7/docs/images/fr-ca/cdy7uua7fh8z/1kaKihtJtv8VvNAyTkW4cC/6b34bcecc8642d7d97aaf2c8dec51ebc/flow-execution-error-view.png?w=840&fit=max&auto=format&n=Vht83TOEsZSmOQB7&q=85&s=97c5164136edbb8f62e914e502c08980 840w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/Vht83TOEsZSmOQB7/docs/images/fr-ca/cdy7uua7fh8z/1kaKihtJtv8VvNAyTkW4cC/6b34bcecc8642d7d97aaf2c8dec51ebc/flow-execution-error-view.png?w=1100&fit=max&auto=format&n=Vht83TOEsZSmOQB7&q=85&s=3a4baeb3ac0ba74588c34f50aa8718f0 1100w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/Vht83TOEsZSmOQB7/docs/images/fr-ca/cdy7uua7fh8z/1kaKihtJtv8VvNAyTkW4cC/6b34bcecc8642d7d97aaf2c8dec51ebc/flow-execution-error-view.png?w=1650&fit=max&auto=format&n=Vht83TOEsZSmOQB7&q=85&s=32fd4a6048a8532d091aaf6259170cc8 1650w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/Vht83TOEsZSmOQB7/docs/images/fr-ca/cdy7uua7fh8z/1kaKihtJtv8VvNAyTkW4cC/6b34bcecc8642d7d97aaf2c8dec51ebc/flow-execution-error-view.png?w=2500&fit=max&auto=format&n=Vht83TOEsZSmOQB7&q=85&s=ff7842108012119b71759bd4cfd0a460 2500w" />
</Frame>

Un examen de l’action **Update user (Mettre à jour l’utilisateur)** montre une erreur de syntaxe dans le paramètre `user_id`, la syntaxe correcte étant `{{context.user.user_id}}`. Une fois la syntaxe corrigée, testez le flux pour confirmer. Pour en savoir plus sur la syntaxe des variables, lisez [Variables](/docs/fr-ca/customize/forms/variables).

<Frame>
  <img src="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4YLRVNbzK5LjJEQjFXIJXM/5003833784ce5b0d9f63730ed46ff047/Action-typo-error.png?fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=2e950855105d145296d306bdc05f06fe" alt="Dashboard > Actions > Forms > Flows" data-og-width="1402" width="1402" data-og-height="363" height="363" data-path="docs/images/fr-ca/cdy7uua7fh8z/4YLRVNbzK5LjJEQjFXIJXM/5003833784ce5b0d9f63730ed46ff047/Action-typo-error.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4YLRVNbzK5LjJEQjFXIJXM/5003833784ce5b0d9f63730ed46ff047/Action-typo-error.png?w=280&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=0310753c9b0e4b6f78bf85b02ce27848 280w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4YLRVNbzK5LjJEQjFXIJXM/5003833784ce5b0d9f63730ed46ff047/Action-typo-error.png?w=560&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=aacc610e0aa07605cc751393f911782b 560w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4YLRVNbzK5LjJEQjFXIJXM/5003833784ce5b0d9f63730ed46ff047/Action-typo-error.png?w=840&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=74084a640c6322b6f42d96e4a4d4baf1 840w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4YLRVNbzK5LjJEQjFXIJXM/5003833784ce5b0d9f63730ed46ff047/Action-typo-error.png?w=1100&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=7cbf915dd1b0d7808ab38a35dd4a025c 1100w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4YLRVNbzK5LjJEQjFXIJXM/5003833784ce5b0d9f63730ed46ff047/Action-typo-error.png?w=1650&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=60c47f74fb4dfd01b51712962d418215 1650w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4YLRVNbzK5LjJEQjFXIJXM/5003833784ce5b0d9f63730ed46ff047/Action-typo-error.png?w=2500&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=c00ef6d8aef0b338c67b2a15557024a8 2500w" />
</Frame>

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  Si un champ est configuré comme transitoire ou si sa valeur est masquée par une [fonction Helper](/docs/fr-ca/customize/forms/variables#helper-functions), la valeur n’est pas disponible pour le débogage.

  <Frame>
    <img src="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4MVtjnVD50cG63ocN5a458/c0337a94d1f4c21f28d06e28ec59121e/masked-information.png?fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=5c7f14571448d18fe0a6f4b48698fa5c" alt="Dashboard (Tableau de bord) > Actions > Forms (Formulaires) > Flows (Flux) > Execution (Exécution)" data-og-width="1402" width="1402" data-og-height="446" height="446" data-path="docs/images/fr-ca/cdy7uua7fh8z/4MVtjnVD50cG63ocN5a458/c0337a94d1f4c21f28d06e28ec59121e/masked-information.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4MVtjnVD50cG63ocN5a458/c0337a94d1f4c21f28d06e28ec59121e/masked-information.png?w=280&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=b0f64f565716e357e15ad1f65a7e3099 280w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4MVtjnVD50cG63ocN5a458/c0337a94d1f4c21f28d06e28ec59121e/masked-information.png?w=560&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=0ff4fd3fc1c61adac969e1459a7f9e72 560w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4MVtjnVD50cG63ocN5a458/c0337a94d1f4c21f28d06e28ec59121e/masked-information.png?w=840&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=68eabce698f1e530860a843b70e5ccd3 840w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4MVtjnVD50cG63ocN5a458/c0337a94d1f4c21f28d06e28ec59121e/masked-information.png?w=1100&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=2db6b66aaccf90f4d2ba8a5c35a5f8e0 1100w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4MVtjnVD50cG63ocN5a458/c0337a94d1f4c21f28d06e28ec59121e/masked-information.png?w=1650&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=8307315d8e8d9080b16f332d68927099 1650w, https://mintcdn.com/docs-dev-feat-acul-js-sdk-1-7-0-docs/DbgQyYuy8Yz8PY3T/docs/images/fr-ca/cdy7uua7fh8z/4MVtjnVD50cG63ocN5a458/c0337a94d1f4c21f28d06e28ec59121e/masked-information.png?w=2500&fit=max&auto=format&n=DbgQyYuy8Yz8PY3T&q=85&s=695a7ae980d2c5152bd12a2c6d472be5 2500w" />
  </Frame>
</Callout>
