diff --git a/source/_posts/2023-11-01-release-202311.markdown b/source/_posts/2023-11-01-release-202311.markdown index 88f50573f36..9dcdd9ae626 100644 --- a/source/_posts/2023-11-01-release-202311.markdown +++ b/source/_posts/2023-11-01-release-202311.markdown @@ -273,16 +273,27 @@ Nice job on this one [@emonemery]! ## Configuring script fields for your script in the UI -Scripts have a really cool feature: fields. Fields allow you to define -variables in your script you can pass in when calling your script as a service, -which you can then use in your script. For example, you could create a script -that sends a notification to a specific person, and use a field to define the -message you want to send. +Scripts have a really neat feature: [fields](/integrations/script/#fields). +Fields allow you to define variables in your script that you can pass in when +calling your script as a service. -
-
-Temporary screenshot that needs to be replaced.
-