Biztalk Functoid Question:
Explain me how can you build an if-then-else construction with functoids?
Answer:
To build if-then-else it will need any of the Logical functoid (depending upon the requirements, e.g., if the value is to be matched then Equal Functoid) and a Value mapping functoid. The combination (Logical Functoid and Value Mapping Functoid) will repeat, firstly to implement IF condition and secondly to implement ELSE condition.
Previous Question | Next Question |
Tell me is it possible to know the index of the current record in looping structure? | Tell me what is the difference between a Document Schema and a Property Schema? |