script-server
script-server copied to clipboard
Load from script
Hi Bugy,
Do you have any further documentation on how to load the values for a field from a script? I can see the tick box to ‘load from script’ but how should this be formatted?
I’m using the Windows server edition, calling powershell scripts.
Thanks
Hi @billybenson, just specify the path to script. For Powershell, you might need to use smth like this Powershell.exe -File C:\my_path\yada_yada\run_import_script.ps1
(https://stackoverflow.com/a/2035408)