Hello Everyone, I am new to Appian I am trying to use Integration object where I have used QR Code Generator API I want to use that body ID 4424 but when I am calling that in Expression rule it is giving reaction tree so can you please help me how can I get that body ID.
Discussion posts and replies are publicly visible
An API that modifies data can only be called inside a saveInto, a webAPI or a process. Just switch to "Queries Data".
For This API we have to use response as Convert Binary to Appian document so it will store that generated QR Code In document and due to this response selected it usage is set to modifies data and we can't change it. So is there any way we can get body ID
Sure. As I already mentioned, call that integration inside a saveInto.
Okay Thank you so much Stefan