> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-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-staging-feat-acul-js-sdk-1-7-0-docs/Dt4C5bb7Icj1Ds1I/docs/images/fr-ca/cdy7uua7fh8z/448jfjHtgCxfIeDOakuHyd/fba64deda0cf920f399de2190e94bdc9/Flows-execution.png?fit=max&auto=format&n=Dt4C5bb7Icj1Ds1I&q=85&s=094f63951b5150360402aecc1a2263f0" 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-staging-feat-acul-js-sdk-1-7-0-docs/Dt4C5bb7Icj1Ds1I/docs/images/fr-ca/cdy7uua7fh8z/448jfjHtgCxfIeDOakuHyd/fba64deda0cf920f399de2190e94bdc9/Flows-execution.png?w=280&fit=max&auto=format&n=Dt4C5bb7Icj1Ds1I&q=85&s=d7c2c7760805822396db79a71e57a7c5 280w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/Dt4C5bb7Icj1Ds1I/docs/images/fr-ca/cdy7uua7fh8z/448jfjHtgCxfIeDOakuHyd/fba64deda0cf920f399de2190e94bdc9/Flows-execution.png?w=560&fit=max&auto=format&n=Dt4C5bb7Icj1Ds1I&q=85&s=b763662cdd6d71ec274f36724f3fb6d4 560w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/Dt4C5bb7Icj1Ds1I/docs/images/fr-ca/cdy7uua7fh8z/448jfjHtgCxfIeDOakuHyd/fba64deda0cf920f399de2190e94bdc9/Flows-execution.png?w=840&fit=max&auto=format&n=Dt4C5bb7Icj1Ds1I&q=85&s=762fc67893c392777e0884a9a4184d9b 840w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/Dt4C5bb7Icj1Ds1I/docs/images/fr-ca/cdy7uua7fh8z/448jfjHtgCxfIeDOakuHyd/fba64deda0cf920f399de2190e94bdc9/Flows-execution.png?w=1100&fit=max&auto=format&n=Dt4C5bb7Icj1Ds1I&q=85&s=160bfbccc6c1a4e229483165ae7fa776 1100w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/Dt4C5bb7Icj1Ds1I/docs/images/fr-ca/cdy7uua7fh8z/448jfjHtgCxfIeDOakuHyd/fba64deda0cf920f399de2190e94bdc9/Flows-execution.png?w=1650&fit=max&auto=format&n=Dt4C5bb7Icj1Ds1I&q=85&s=26f44a26342d0ba8aa59e352affae57d 1650w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/Dt4C5bb7Icj1Ds1I/docs/images/fr-ca/cdy7uua7fh8z/448jfjHtgCxfIeDOakuHyd/fba64deda0cf920f399de2190e94bdc9/Flows-execution.png?w=2500&fit=max&auto=format&n=Dt4C5bb7Icj1Ds1I&q=85&s=978247894c49b2eaffe9494c24d9ed8b 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-staging-feat-acul-js-sdk-1-7-0-docs/QvnlfEC9OuzXQNvS/docs/images/fr-ca/cdy7uua7fh8z/1VqWEaVZg5lrXatXe9dbFB/dbcf7edca5aabdfc544f04cb18be4149/Flow-execution-details.png?fit=max&auto=format&n=QvnlfEC9OuzXQNvS&q=85&s=623c6591842339f7730f7c1b7ae64f21" 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-staging-feat-acul-js-sdk-1-7-0-docs/QvnlfEC9OuzXQNvS/docs/images/fr-ca/cdy7uua7fh8z/1VqWEaVZg5lrXatXe9dbFB/dbcf7edca5aabdfc544f04cb18be4149/Flow-execution-details.png?w=280&fit=max&auto=format&n=QvnlfEC9OuzXQNvS&q=85&s=7731a6507db29de30309185d83d69428 280w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/QvnlfEC9OuzXQNvS/docs/images/fr-ca/cdy7uua7fh8z/1VqWEaVZg5lrXatXe9dbFB/dbcf7edca5aabdfc544f04cb18be4149/Flow-execution-details.png?w=560&fit=max&auto=format&n=QvnlfEC9OuzXQNvS&q=85&s=9bb23bdaf7387c03b79bdd5dbad2a131 560w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/QvnlfEC9OuzXQNvS/docs/images/fr-ca/cdy7uua7fh8z/1VqWEaVZg5lrXatXe9dbFB/dbcf7edca5aabdfc544f04cb18be4149/Flow-execution-details.png?w=840&fit=max&auto=format&n=QvnlfEC9OuzXQNvS&q=85&s=a82749f365def9ec541f8db481ff22a2 840w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/QvnlfEC9OuzXQNvS/docs/images/fr-ca/cdy7uua7fh8z/1VqWEaVZg5lrXatXe9dbFB/dbcf7edca5aabdfc544f04cb18be4149/Flow-execution-details.png?w=1100&fit=max&auto=format&n=QvnlfEC9OuzXQNvS&q=85&s=716ddbbfadb793975a5ae97777d9e6cd 1100w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/QvnlfEC9OuzXQNvS/docs/images/fr-ca/cdy7uua7fh8z/1VqWEaVZg5lrXatXe9dbFB/dbcf7edca5aabdfc544f04cb18be4149/Flow-execution-details.png?w=1650&fit=max&auto=format&n=QvnlfEC9OuzXQNvS&q=85&s=28c023969a8ffd23995fa30976b759c5 1650w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/QvnlfEC9OuzXQNvS/docs/images/fr-ca/cdy7uua7fh8z/1VqWEaVZg5lrXatXe9dbFB/dbcf7edca5aabdfc544f04cb18be4149/Flow-execution-details.png?w=2500&fit=max&auto=format&n=QvnlfEC9OuzXQNvS&q=85&s=ae755d9ad6c2bf8b05961893793bdd12 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-staging-feat-acul-js-sdk-1-7-0-docs/GMP9duf41QxYaykz/docs/images/fr-ca/cdy7uua7fh8z/5aeniTfHXplDyZfwCKBcgK/a2098a476edde76da10a527b0a606e95/Flow-error.png?fit=max&auto=format&n=GMP9duf41QxYaykz&q=85&s=e65ae27e7d1679cefd89ea0cabcbf5a3" 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-staging-feat-acul-js-sdk-1-7-0-docs/GMP9duf41QxYaykz/docs/images/fr-ca/cdy7uua7fh8z/5aeniTfHXplDyZfwCKBcgK/a2098a476edde76da10a527b0a606e95/Flow-error.png?w=280&fit=max&auto=format&n=GMP9duf41QxYaykz&q=85&s=238014a2d030474c62684e564d26736a 280w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/GMP9duf41QxYaykz/docs/images/fr-ca/cdy7uua7fh8z/5aeniTfHXplDyZfwCKBcgK/a2098a476edde76da10a527b0a606e95/Flow-error.png?w=560&fit=max&auto=format&n=GMP9duf41QxYaykz&q=85&s=429ab632751fe9cc226f670535697d8e 560w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/GMP9duf41QxYaykz/docs/images/fr-ca/cdy7uua7fh8z/5aeniTfHXplDyZfwCKBcgK/a2098a476edde76da10a527b0a606e95/Flow-error.png?w=840&fit=max&auto=format&n=GMP9duf41QxYaykz&q=85&s=03f79e46bea988bc243bc7ea22e2d268 840w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/GMP9duf41QxYaykz/docs/images/fr-ca/cdy7uua7fh8z/5aeniTfHXplDyZfwCKBcgK/a2098a476edde76da10a527b0a606e95/Flow-error.png?w=1100&fit=max&auto=format&n=GMP9duf41QxYaykz&q=85&s=62edddb5396b8cf798bf82c34234e80d 1100w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/GMP9duf41QxYaykz/docs/images/fr-ca/cdy7uua7fh8z/5aeniTfHXplDyZfwCKBcgK/a2098a476edde76da10a527b0a606e95/Flow-error.png?w=1650&fit=max&auto=format&n=GMP9duf41QxYaykz&q=85&s=6a6f903a0e377c34c8cfcac4fcf01292 1650w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/GMP9duf41QxYaykz/docs/images/fr-ca/cdy7uua7fh8z/5aeniTfHXplDyZfwCKBcgK/a2098a476edde76da10a527b0a606e95/Flow-error.png?w=2500&fit=max&auto=format&n=GMP9duf41QxYaykz&q=85&s=a513106fa7a517a886ccae102abecc0f 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-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4LjULYyo0nhtNowm7J5okz/27ea3f8386bb5015d447c48facf6b90f/flow-error-linked.png?fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=6a572915df439aad196cddef489aa841" 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-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4LjULYyo0nhtNowm7J5okz/27ea3f8386bb5015d447c48facf6b90f/flow-error-linked.png?w=280&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=3504faeda9472ac47b726e919543d0a6 280w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4LjULYyo0nhtNowm7J5okz/27ea3f8386bb5015d447c48facf6b90f/flow-error-linked.png?w=560&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=c471df38c00aee1333da8c06dd637c3d 560w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4LjULYyo0nhtNowm7J5okz/27ea3f8386bb5015d447c48facf6b90f/flow-error-linked.png?w=840&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=e5f62685b2a035691998b1dd7be64ec9 840w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4LjULYyo0nhtNowm7J5okz/27ea3f8386bb5015d447c48facf6b90f/flow-error-linked.png?w=1100&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=19e8cf629e3667bd1af835843c0a02c9 1100w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4LjULYyo0nhtNowm7J5okz/27ea3f8386bb5015d447c48facf6b90f/flow-error-linked.png?w=1650&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=6bbf97b38fd27660fb6b46851d30a34d 1650w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4LjULYyo0nhtNowm7J5okz/27ea3f8386bb5015d447c48facf6b90f/flow-error-linked.png?w=2500&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=ad19f43e8adae5c8ad3478765f949f1b 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-staging-feat-acul-js-sdk-1-7-0-docs/nXg_XB7T7uh9Wmhe/docs/images/fr-ca/cdy7uua7fh8z/6QNYKDqG9AIOEzQkP6Fnnr/db885e146179a0490eddd5ad6cb518dc/Flow-execution-failed.png?fit=max&auto=format&n=nXg_XB7T7uh9Wmhe&q=85&s=db1ef27782898fbdabae56946a3d12c2" 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-staging-feat-acul-js-sdk-1-7-0-docs/nXg_XB7T7uh9Wmhe/docs/images/fr-ca/cdy7uua7fh8z/6QNYKDqG9AIOEzQkP6Fnnr/db885e146179a0490eddd5ad6cb518dc/Flow-execution-failed.png?w=280&fit=max&auto=format&n=nXg_XB7T7uh9Wmhe&q=85&s=c672e4e8a00e1f0b6383ff8fe07c8400 280w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/nXg_XB7T7uh9Wmhe/docs/images/fr-ca/cdy7uua7fh8z/6QNYKDqG9AIOEzQkP6Fnnr/db885e146179a0490eddd5ad6cb518dc/Flow-execution-failed.png?w=560&fit=max&auto=format&n=nXg_XB7T7uh9Wmhe&q=85&s=29d3b43c52ef0d83005ca62c368511c0 560w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/nXg_XB7T7uh9Wmhe/docs/images/fr-ca/cdy7uua7fh8z/6QNYKDqG9AIOEzQkP6Fnnr/db885e146179a0490eddd5ad6cb518dc/Flow-execution-failed.png?w=840&fit=max&auto=format&n=nXg_XB7T7uh9Wmhe&q=85&s=86236b6a88e35f1541cbd8ace5bc19d5 840w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/nXg_XB7T7uh9Wmhe/docs/images/fr-ca/cdy7uua7fh8z/6QNYKDqG9AIOEzQkP6Fnnr/db885e146179a0490eddd5ad6cb518dc/Flow-execution-failed.png?w=1100&fit=max&auto=format&n=nXg_XB7T7uh9Wmhe&q=85&s=61fb2b67fe42e36afdea7b3d7fede962 1100w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/nXg_XB7T7uh9Wmhe/docs/images/fr-ca/cdy7uua7fh8z/6QNYKDqG9AIOEzQkP6Fnnr/db885e146179a0490eddd5ad6cb518dc/Flow-execution-failed.png?w=1650&fit=max&auto=format&n=nXg_XB7T7uh9Wmhe&q=85&s=7920456a8c222c475afe9be2bd5f30a8 1650w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/nXg_XB7T7uh9Wmhe/docs/images/fr-ca/cdy7uua7fh8z/6QNYKDqG9AIOEzQkP6Fnnr/db885e146179a0490eddd5ad6cb518dc/Flow-execution-failed.png?w=2500&fit=max&auto=format&n=nXg_XB7T7uh9Wmhe&q=85&s=ec6f7a87f26aa56cf29831ecd3435ff8 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-staging-feat-acul-js-sdk-1-7-0-docs/QvnlfEC9OuzXQNvS/docs/images/fr-ca/cdy7uua7fh8z/1kaKihtJtv8VvNAyTkW4cC/6b34bcecc8642d7d97aaf2c8dec51ebc/flow-execution-error-view.png?fit=max&auto=format&n=QvnlfEC9OuzXQNvS&q=85&s=2fd748c6bb06353804feb2aa52cc1815" 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-staging-feat-acul-js-sdk-1-7-0-docs/QvnlfEC9OuzXQNvS/docs/images/fr-ca/cdy7uua7fh8z/1kaKihtJtv8VvNAyTkW4cC/6b34bcecc8642d7d97aaf2c8dec51ebc/flow-execution-error-view.png?w=280&fit=max&auto=format&n=QvnlfEC9OuzXQNvS&q=85&s=d58f0aed1e5c7fe2583c82df94e88f92 280w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/QvnlfEC9OuzXQNvS/docs/images/fr-ca/cdy7uua7fh8z/1kaKihtJtv8VvNAyTkW4cC/6b34bcecc8642d7d97aaf2c8dec51ebc/flow-execution-error-view.png?w=560&fit=max&auto=format&n=QvnlfEC9OuzXQNvS&q=85&s=bee31881f88fdc1e3a3e50b020d26b93 560w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/QvnlfEC9OuzXQNvS/docs/images/fr-ca/cdy7uua7fh8z/1kaKihtJtv8VvNAyTkW4cC/6b34bcecc8642d7d97aaf2c8dec51ebc/flow-execution-error-view.png?w=840&fit=max&auto=format&n=QvnlfEC9OuzXQNvS&q=85&s=8e97f599cce65fc3457857262b051479 840w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/QvnlfEC9OuzXQNvS/docs/images/fr-ca/cdy7uua7fh8z/1kaKihtJtv8VvNAyTkW4cC/6b34bcecc8642d7d97aaf2c8dec51ebc/flow-execution-error-view.png?w=1100&fit=max&auto=format&n=QvnlfEC9OuzXQNvS&q=85&s=26756b0a510038d8396d3a4bfb11468a 1100w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/QvnlfEC9OuzXQNvS/docs/images/fr-ca/cdy7uua7fh8z/1kaKihtJtv8VvNAyTkW4cC/6b34bcecc8642d7d97aaf2c8dec51ebc/flow-execution-error-view.png?w=1650&fit=max&auto=format&n=QvnlfEC9OuzXQNvS&q=85&s=38c015004ed5b67e1607539493308883 1650w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/QvnlfEC9OuzXQNvS/docs/images/fr-ca/cdy7uua7fh8z/1kaKihtJtv8VvNAyTkW4cC/6b34bcecc8642d7d97aaf2c8dec51ebc/flow-execution-error-view.png?w=2500&fit=max&auto=format&n=QvnlfEC9OuzXQNvS&q=85&s=373434834a6190e3668b9d257a34e642 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-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4YLRVNbzK5LjJEQjFXIJXM/5003833784ce5b0d9f63730ed46ff047/Action-typo-error.png?fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=69215e230e01823d0ddd5ccb51b6e314" 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-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4YLRVNbzK5LjJEQjFXIJXM/5003833784ce5b0d9f63730ed46ff047/Action-typo-error.png?w=280&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=e6bdaa0302189328384076136ca2cf3c 280w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4YLRVNbzK5LjJEQjFXIJXM/5003833784ce5b0d9f63730ed46ff047/Action-typo-error.png?w=560&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=e075a1d2b4ef6cbaacefdb45f2ffa0d9 560w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4YLRVNbzK5LjJEQjFXIJXM/5003833784ce5b0d9f63730ed46ff047/Action-typo-error.png?w=840&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=c139d190a43dfe6c4349045a81c8cff0 840w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4YLRVNbzK5LjJEQjFXIJXM/5003833784ce5b0d9f63730ed46ff047/Action-typo-error.png?w=1100&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=985d75c0fc56e866eaa0b2181525dc17 1100w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4YLRVNbzK5LjJEQjFXIJXM/5003833784ce5b0d9f63730ed46ff047/Action-typo-error.png?w=1650&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=8c41dcee29d6ce5bb873a1d3d73b6f8f 1650w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4YLRVNbzK5LjJEQjFXIJXM/5003833784ce5b0d9f63730ed46ff047/Action-typo-error.png?w=2500&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=1f293f6cb5a1da844d752f363170625d 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-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4MVtjnVD50cG63ocN5a458/c0337a94d1f4c21f28d06e28ec59121e/masked-information.png?fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=fb3b0c80f6c40e44ad4bc51d9d73cff3" 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-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4MVtjnVD50cG63ocN5a458/c0337a94d1f4c21f28d06e28ec59121e/masked-information.png?w=280&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=b701e8d0fc4a8a61b464dba3dad71bae 280w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4MVtjnVD50cG63ocN5a458/c0337a94d1f4c21f28d06e28ec59121e/masked-information.png?w=560&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=5c6a16872ee54d3405b377acb9896578 560w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4MVtjnVD50cG63ocN5a458/c0337a94d1f4c21f28d06e28ec59121e/masked-information.png?w=840&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=faf00f2a397657663202a1d18e53bd10 840w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4MVtjnVD50cG63ocN5a458/c0337a94d1f4c21f28d06e28ec59121e/masked-information.png?w=1100&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=6ee37e85cd0e472ef322c4e08c18ad01 1100w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4MVtjnVD50cG63ocN5a458/c0337a94d1f4c21f28d06e28ec59121e/masked-information.png?w=1650&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=0078fabc5589a1fc4e136c4a4315a98c 1650w, https://mintcdn.com/docs-staging-feat-acul-js-sdk-1-7-0-docs/3cyOQRxwEBkcFvbY/docs/images/fr-ca/cdy7uua7fh8z/4MVtjnVD50cG63ocN5a458/c0337a94d1f4c21f28d06e28ec59121e/masked-information.png?w=2500&fit=max&auto=format&n=3cyOQRxwEBkcFvbY&q=85&s=0fb309f1481456d9166d1de09fcad1d2 2500w" />
  </Frame>
</Callout>
