Copy link to clipboard
Copied
Hi @KodaAgence,
Thank you for submitting this report. The same expression link appears to be working for me in version 24.1 (see image below).
Are you able to share your project with us so that we can take a closer look?
Thanks again for reporting this issue and for any further information you can provide,
- John, After Effects Engineering Team
Copy link to clipboard
Copied
Hi @KodaAgence,
Thank you for submitting this report. The same expression link appears to be working for me in version 24.1 (see image below).
Are you able to share your project with us so that we can take a closer look?
Thanks again for reporting this issue and for any further information you can provide,
- John, After Effects Engineering Team
Copy link to clipboard
Copied
@KodaAgence Also, try changing your expression engine to JavaScript in the Project Settings under Expressions.
Copy link to clipboard
Copied
Yes, it depends on the JS engine used:
Legacy Extendscript Engine:
effect("Paramètre glissière")("Curseur").value + "$"
Javascript Engine:
effect("Paramètre glissière")("Curseur").value + "$"
// OR
effect("Paramètre glissière")("Curseur") + "$"
Copy link to clipboard
Copied
Did the suggestion above help?
Feel free to reach out. Moving this thread from Bugs to Discussions for now.
Thanks,
Nishu