Dear experts,
I have a compose variable called "A" which has the value: 00012345. Now I want to create a second variable called "B" that removes the zero's from the first compose variable A.
I know it has to do something with Float but i am very bad with expressions.
Gr. P
Solved! Go to Solution.
It's not really a variable that you've got on the Power Automate side (I know, it's confusing since that's what it's called in Power Virtual Agent. Try this:
In your expression editor type "float(" (without the quotes), then click on the dynamic output of your trigger (probably labeled 'InputC' or something like that....then close out the paren ")".
See if that works and let us know.
-Ed
@PeKi72 ,
Hey there. You've got it.... if you just wrap the output of your variable in a float(), it will have the desired result. Something like this in your expression window (replace the bold bit with the dynamic output of your variable:
If you liked this reply, please give it a thumbs up! If this reply has answered your question or resolved your challenge, please consider marking it as a Solution. This helps other users find it more easily via search.
I have an error:
Request to XRM API failed with error: 'Message: Flow client error returned with status code "BadRequest" and details "{"error":{"code":"InvalidOpenApiFlow","message":"Flow save failed with code 'InvalidVariableOperation' and message 'The inputs of workflow run action 'ComposeRemoveZeros' of type 'Compose' are not valid. The variable 'InputC' must be initialized before it can be used inside action 'ComposeRemoveZeros'.'."}}". Code: 0x80060467 InnerError: '.
It's not really a variable that you've got on the Power Automate side (I know, it's confusing since that's what it's called in Power Virtual Agent. Try this:
In your expression editor type "float(" (without the quotes), then click on the dynamic output of your trigger (probably labeled 'InputC' or something like that....then close out the paren ")".
See if that works and let us know.
-Ed
User | Count |
---|---|
89 | |
41 | |
22 | |
20 | |
16 |
User | Count |
---|---|
138 | |
56 | |
47 | |
36 | |
26 |