[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 ?
No description
9 Replies
ɃØĦɆᵾS
ɃØĦɆᵾS2mo ago
@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)
No description
Cyber_Fish
Cyber_FishOP2mo ago
thx very much ! I'm test that I've always this error : Failed to update: Object record ID and name are required //
ɃØĦɆᵾS
ɃØĦɆᵾS2mo ago
Could you describe in detail how did you make your workflow so I can try to reproduce it?
Cyber_Fish
Cyber_FishOP2mo ago
thx you. it works for me
Cyber_Fish
Cyber_FishOP2mo ago
No description
Cyber_Fish
Cyber_FishOP2mo ago
Did you manage to create a loop to execute the workflow on all companies?
ɃØĦɆᵾS
ɃØĦɆᵾS2mo ago
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
Cyber_Fish
Cyber_FishOP2mo ago
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
ɃØĦɆᵾS
ɃØĦɆᵾS2mo ago
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

Did you find this page helpful?