Skip to main content
Question

Can we add api calls in expression in workflows?

  • April 27, 2026
  • 4 replies
  • 45 views

RakeshChangeshpur
Sidekick (Partner)
Forum|alt.badge.img+10

Hi Team,

 

Can we add API calls in the expression for conditions while working with the workflows?

 

Regards,

Rakesh

4 replies

Forum|alt.badge.img+9
  • Hero (Employee)
  • April 27, 2026

hi ​@RakeshChangeshpur ,

You can't make API calls within condition gateway expressions. However, you can execute the condition before the gateway and then use its result in the gateway.

Can you explain bit more on what you are trying to do ?


RakeshChangeshpur
Sidekick (Partner)
Forum|alt.badge.img+10

Hi ​@kamnlk ,

 

I am trying to read the Material Requisition line to verify the part belongs to inventory part or not so framing that condition 

below is the bpa diagram of it 

 

 


Forum|alt.badge.img+5
  • Do Gooder (Employee)
  • April 27, 2026

Hi ​@RakeshChangeshpur 

Hope you can configure the exclusive gateway like this with the part variable

 


RakeshChangeshpur
Sidekick (Partner)
Forum|alt.badge.img+10

Thanks ​@pdollk ,

I used the below method to resolve my issue