[SELF_HOST] How to paste script output into field
I was made a script to recover a domain name with Name label. The script work and make 'b' variable output with URL.
How to tu put this output into PrimaryLinkLabel ?

9 Replies
@Cyber_Fish in workflow, you have to create new step of update record type and select output of script to primary link URL of chosen field (in my case, it's X)

thx very much ! I'm test that
I've always this error : Failed to update: Object record ID and name are required //
Could you describe in detail how did you make your workflow so I can try to reproduce it?
thx you. it works for me

Did you manage to create a loop to execute the workflow on all companies?
I've tested it on a single company, not all of them
As the trigger says, I have to launch workflow manually in order to make it work
i think it's not possible with one workflow. maybe with an another workflow with another trigger....
Did you use serpAPI on your script ?
the best thing to do it's to make a trigger when a new company is create
No, I changed it to form as I didn't see need to use code for this example
And my script was slightly modified based on provided example