Hi!
I have used chatGPT to create a script in a field that creates a nice Markdown filed of parts of my data. It makes it easy to save datain our devops from my meeting-notes and I can still keep track of my records.
However it only works when I open up the script in edit script and clicks “save”. So I have to that when I cwant to create a markdown. Is it possible to make the script run when a post is saved?
I have tried ChatGPT here, but it only talks about functions and buttons I can’t find I tap Forms.
Currently, you are using a form script. Change this to a field script (create a field of type script
and assign this script to it), then whenever you change one of the source fields, your markdown field will be updated. That should do what you’re looking for.