Solved

Pass an AutoGUID to a workflow

  • 17 March 2019
  • 4 replies
  • 4 views

Badge +7

Hi 

 

I am generating a an AutoGUID from SQL but need to pass this GUID to a workflow, when I try to pass the GUID to the workflow I am getting a conversion error. 

do I need to convert it before the workflow starts or can I do some conversion in the workflow itself?

icon

Best answer by Dumisani 18 March 2019, 11:18

View original

4 replies

Badge +15

What is the data type of the data field in your workflow?


 

Badge +7
It is number
Badge +15

GUID can contain non-numerical characters. Have you tried setting your data field type to string, then check if you can pass your GUID into your workfow?


 

Hi CraigBrook,

 

To add on what boringNerd has said, it will be best to convert the data field to text first before passing it to the workflow.

 

Kindly feel free to Mark as "Accepted Solution, Kudo and/or MeToo" if you find this information answered your question or leads you to the answer.

 

Thank you,

Dumisani

 

K2 will not accept any liability for any issues arising from actions taken in respect of the information provided by any forum member.

 
 

Reply