In order to use Then the last Code statement must return a value

Hi!
I“m getting this error,
"In order to use Then the last Code statement must return a value"

Not sure, but the method is returning a value

Any tip on what can be the error?
Thanks!

You need to write "return await Db2ChainCert.CreateCertificadoSinMas()" inside "Code" at the first image.

The function itself on the second image is correct :slight_smile: .

Thanks a lot!
It worked :slight_smile:

1 Like