Convert to String here in app studio

I know this function parameter should by int, I will change it, but is there a syntax guide yet for everything we can do in this editor? In other words, am I able to convert this to a string right here in this editor?

Have you tried this?

{RcvHead.PONum.toString()}

2 Likes

I’ll try it, I switched the function parameter to be int cause I didn’t want to wait, but I’ll try that next time. Thanks Greg!

1 Like

"{RcvHead.PONum}" should do the jerb.

3 Likes

Thanks Gabe.