I am using a SharePoint list with a Flow.
For the current item, I want to read one field, subtract 10 from the field, then update another field in the list.
I don't see any ability to use a variable in Flow, so can I use a Compose Action for this?
Something like:
1. Trigger: When new item is created then
2. Compose Action: ContractNo=[ID]-10 then
3. Update Action: NewField=ContractNo Output
Would this work? Any better ideas?