Dear Team
Can i pass an function output (structure) as an input to a webblock in traditional web? please advise
Thanks
SaravanaKumar V
As long as the function output parameter data type matches the input parameter data type, it should work.
Hi,
Yes you can select a structure as data type for input parameters to a block.
-- Daniel
Hello Saravanakumar,
Hope you're doing well.
Just by this description, it is hard to understand what you're trying to achieve.
But answering directly to your question, yes, it is possible to pass a Structure as an input to a Web Block, as an example:
Can you explain what are you trying to achieve?
Kind regards,
Rui Barradas
Dear Rui
I have a webblock inside a screen in traditional web. The webblock is having an input parameter. I am calling a function inside the input parameter to pass the data to the webblock.
screen -> webblock -> inputparameter ->function output as input(function is called inside the input parameter to the webblock) is this ok ?